ticketlist.vue 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. <template>
  2. <view class="pages">
  3. <view class="navbar-box">
  4. <u-navbar title=" " :safeAreaInsetTop="true" @leftClick="leftClick" :titleStyle="{color:'#fff'}" leftIconColor="#fff" bgColor="transparent"></u-navbar>
  5. </view>
  6. <view class="banner">
  7. <!-- <image class="img" :src="staticUrl+'/img/bookticket-banner.png'" alt=""> -->
  8. <!-- <image class="img" :src="theatre.showImg" alt=""> -->
  9. <u-swiper
  10. :list="performInfo.photoList"
  11. height="554rpx"
  12. indicatorMode="dot"
  13. :indicatorStyle="{bottom:'100rpx'}"
  14. keyName="imageUrl"
  15. radius="0"
  16. @click="previewBanner"
  17. :indicator="false"
  18. circular
  19. ></u-swiper>
  20. <!-- <view class="content">
  21. <view class="share" @click="openShare()">
  22. <image class="icon" :src="staticUrl+'/img/share-ico.png'" ></image>
  23. </view>
  24. </view> -->
  25. </view>
  26. <view class="base-info">
  27. <view class="inner">
  28. <view class="name">{{performInfo.name}}</view>
  29. <view class="addr u-flex u-row-between">
  30. <view class="text">演出地址:{{theatre.address||''}}</view>
  31. <view class="menu u-flex">
  32. <view class="item" @click="goMap">
  33. <image class="icon" :src="staticUrl+'/img/map-ico.png'" ></image>
  34. <text>导航</text>
  35. </view>
  36. <view class="item" @click="phoneCall">
  37. <image class="icon" :src="staticUrl+'/img/phone-call-ico.png'" ></image>
  38. <text>电话</text>
  39. </view>
  40. <view class="item" @click="openShare()">
  41. <image class="icon" :src="staticUrl+'/img/share-ico-v2.png'" ></image>
  42. <text>分享</text>
  43. </view>
  44. <!-- <u-icon name="arrow-right" color="#ffffff" size="36rpx" @click="goMap"></u-icon>
  45. <u-icon name="arrow-right" color="#ffffff" size="36rpx" @click="goMap"></u-icon> -->
  46. </view>
  47. </view>
  48. </view>
  49. </view>
  50. <view class="tabs-wrap">
  51. <view class="inner">
  52. <u-tabs
  53. :list="tabsArr"
  54. @click="tabsClick"
  55. lineColor="#ED0000"
  56. lineWidth="82rpx"
  57. :activeStyle="{color: '#2D2D2D',fontWeight: 'bold'}"
  58. itemStyle="width:33%; height: 46px;box-sizing:border-box"
  59. >
  60. </u-tabs>
  61. </view>
  62. </view>
  63. <view class="page-wrap">
  64. <view class="ticket" v-if="tabsIndex==0">
  65. <view class="date-block">
  66. <view class="title">演出日期</view>
  67. <view class="date-list u-flex">
  68. <view class="date-item"
  69. :class="{active:dateIndex==index,dot:performDateList.find(item => item.performDate === `${date.year}-${date.month}-${date.day}`) !== undefined}"
  70. @click="dateClick(index)"
  71. v-for="(date,index) in dateList" :key="index">
  72. <!-- <view class="name">{{ date.name || ' ' }}</view> -->
  73. <!-- <view class="name">
  74. {{ performDateList.find(item => item.performDate === date.fullDay ) !== undefined?'有演出':'无演出' }}
  75. </view> -->
  76. <view class="name">
  77. {{date.fullDay|checkWeekDate}}
  78. </view>
  79. <view class="date">{{ date.month }} - {{ date.day }}</view>
  80. <image class="selected-img" :src="staticUrl+'/img/selected.png'"></image>
  81. </view>
  82. <view class="date-item more-date u-flex u-row-center" @click="calendarShow = true">
  83. <view class="text">
  84. <view class="">更多</view>
  85. <view class="">日期</view>
  86. </view>
  87. <u-icon name="arrow-right" color="#7F7F7F" size="24rpx"></u-icon>
  88. </view>
  89. </view>
  90. </view>
  91. <view class="date-block auditorium generic-block" v-show="false">
  92. <view class="title">演出厅</view>
  93. <view class="date-list u-flex u-flex-wrap">
  94. <view class="date-item" :class="{active:auditoriumIndex==index}" @click="auditoriumClick(index)" v-for="(date,index) in auditoriumList" :key="index">
  95. <view class="name">{{ date.name }}</view>
  96. </view>
  97. </view>
  98. </view>
  99. <view class="date-block session-wrap generic-block">
  100. <view class="title">演出场次</view>
  101. <view class="empty" v-if="auditoriumList.length>=1&&sessionList.length<1">
  102. 当前日期暂无演出场次,请重新选择
  103. </view>
  104. <view class="date-list u-flex u-flex-wrap" v-else>
  105. <view class="date-item" :class="{active:sessionIndex==index,disabled:!date.ifVaild}" @click="sessionClick(index,date)" v-for="(date,index) in sessionList" :key="index">
  106. <view class="name">{{ date.performTimeStart}} - {{date.performTimeEnd}}</view>
  107. </view>
  108. </view>
  109. </view>
  110. <!-- <view class="date-block generic-block session-wrap">
  111. <view class="title">演出场次</view>
  112. <view class="session">
  113. <view class="session-item" :class="{active:sessionIndex==index}" @click="sessionClick(index)" v-for="(date,index) in sessionList" :key="index">
  114. {{ date.performTimeStart}} - {{date.performTimeEnd}}
  115. </view>
  116. </view>
  117. <view class="empty" v-if="auditoriumList.length>=1&&sessionList.length<1">
  118. 当前日期暂无演出场次,请重新选择
  119. </view>
  120. </view> -->
  121. <view class="date-block ticket-type generic-block" v-if="sessionList.length>=1">
  122. <view class="title">票务信息</view>
  123. <view class="empty" v-if="ticketTypeList.length<1">
  124. 暂无门票
  125. </view>
  126. <view class="date-list u-flex u-flex-wrap">
  127. <view class="date-item" :class="{active:ticketTypeIndex==index}" @click="ticketTypeClick(index)" v-for="(date,index) in ticketTypeList" :key="index">
  128. <view class="name">{{ date.goodsName }}</view>
  129. </view>
  130. </view>
  131. <view class="goodsSnapshot" v-if="ticketTypeList.length>0&&goodsSnapshot">
  132. 票务说明:{{goodsSnapshot}}
  133. </view>
  134. <!-- <view class="type-item" :class="{active:sessionIndex==index}" v-for="(item,index) in ticketTypeList" :key="index">
  135. <view class="name-price u-flex u-row-between">
  136. <view class="name">{{item.goodsName}}</view>
  137. <view class="prices">¥ {{item.salePrice}} 起</view>
  138. </view>
  139. <view class="bottom u-flex u-row-between">
  140. <view class="left u-flex" v-html="item.goodsSnapshot||''">
  141. </view>
  142. <view class="btn" @click="book(item)" v-if="item.quantity!==0&&sessionList.length>=1">预定</view>
  143. <view class="btn disabled" v-else>无票</view>
  144. </view>
  145. </view> -->
  146. </view>
  147. <view class="date-block position-select generic-block" v-if="sessionList.length>=1">
  148. <view class="title u-flex u-row-between">
  149. <view class="">类型选择</view>
  150. <view v-if="positionData.seatImg" class="" style="font-size: 24rpx;color: #aaa" @click="showSeatImg">票区图</view>
  151. </view>
  152. <view class="empty" v-if="positionArr.length<1">
  153. 没有座位信息
  154. </view>
  155. <view class="date-list u-flex u-flex-wrap">
  156. <view class="date-item" :class="{active:positionIndex==index,'stock-over':date.stockNum<1&&date.stockNum!==-1}" @click="positionClick(index,date)" v-for="(date,index) in positionArr" :key="index">
  157. <view class="name">{{ date.seatTypeName }} <br />¥ {{date.salePrice}}</view>
  158. <view class="sold-out" v-if="date.stockNum<1&&date.stockNum!==-1">售罄</view>
  159. </view>
  160. </view>
  161. </view>
  162. <view class="book-btn full-btn" v-if="positionArr.length>=1&&sessionList.length>=1&&(positionIndex||positionIndex===0)" @click="book()">确定</view>
  163. <view class="full-btn gray" v-else>确定</view>
  164. </view>
  165. <!-- ticket end -->
  166. <view class="details" v-if="tabsIndex==1">
  167. <view class="details-block">
  168. <view class="title">剧情简介</view>
  169. <view class="intro parse-content">
  170. <u-parse :content="performInfo.performSnapshot"></u-parse>
  171. </view>
  172. </view>
  173. <view class="details-block actors">
  174. <view class="title u-flex u-row-between">
  175. 演职人员
  176. <view class="right u-flex" @click="$u.route('pages/actors',{performId:performId})">
  177. <text>更多</text>
  178. <u-icon name="arrow-right" color="#7F7F7F" size="24rpx"></u-icon>
  179. </view>
  180. </view>
  181. <view class="actor-list">
  182. <u-scroll-list :indicator="false">
  183. <view class="item" v-for="(item, index) in actorsArr" :key="index" @click="$u.route('/pages/actorsinfo',{id:item.id})">
  184. <image class="img" :src="item.performerHead||staticUrl+'/img/actors.png'"></image>
  185. <view class="text">
  186. <view class="name">{{item.performerName}}</view>
  187. <view class="role u-line-1">{{item.performerRole}}</view>
  188. </view>
  189. </view>
  190. </u-scroll-list>
  191. <u-empty text="暂无" v-if="actorsArr.length<1"></u-empty>
  192. </view>
  193. </view>
  194. </view>
  195. <view class="viewingTips parse-content" v-if="tabsIndex==2">
  196. <u-parse :content="formerNotice"></u-parse>
  197. </view>
  198. </view>
  199. <!-- :maxDate="maxDate" -->
  200. <u-calendar
  201. ref="calendar"
  202. :formatter="formatter"
  203. :maxDate="maxDate"
  204. monthNum="12"
  205. :show="calendarShow"
  206. color="#EF1010"
  207. :closeOnClickOverlay="true"
  208. @close="closeCalendar"
  209. @confirm="confirmCalendar">
  210. </u-calendar>
  211. <!-- 分享选择弹出内容 -->
  212. <view class="share-option" :class="{shareShow:shareShow}">
  213. <view class="overlay" v-if="shareShow" @click="shareShow=false"></view>
  214. <!-- #ifdef MP-WEIXIN -->
  215. <button class="share-option-item wx-share" data-name="shareBtn" open-type="share">
  216. 发送给朋友
  217. </button>
  218. <!-- #endif -->
  219. <view class="share-option-item" @click="getPoster">生成海报</view>
  220. <view class="share-option-item" @click="shareShow=false">取消</view>
  221. </view>
  222. <u-popup :show="posterShow" @close="posterShow=false" ref="uni-popup">
  223. <view class="poster-wrap u-flex u-col-center">
  224. <view class="poster-inner">
  225. <view class="close-wrap" @click="posterShow=false">
  226. <u-icon name="close-circle" color="#fff" size="56rpx"></u-icon>
  227. </view>
  228. <view class="poster" id="poster" ref="poster" >
  229. <u--image :showLoading="false" :src="posterSrc" width="100%" height="65vh" mode="aspectFit"></u--image>
  230. </view>
  231. <!-- savePoster -->
  232. <view class="poster-btn" @click="saveImage">保存图片</view>
  233. </view>
  234. </view>
  235. </u-popup>
  236. <canvas canvas-id="canvas" class="canvas" style="width: 574px; height: 1042px;"></canvas>
  237. </view>
  238. </template>
  239. <script>
  240. import moment from 'moment';
  241. import { systemInfo } from "@/mixin.js";
  242. // 日历
  243. const d = new Date()
  244. const year = d.getFullYear()
  245. let month = d.getMonth() + 1
  246. month = month < 10 ? `0${month}` : month
  247. const date = d.getDate()
  248. // 日历
  249. // 算最大日期
  250. const maxd = new Date()
  251. maxd.setMonth(maxd.getMonth() + 12) // 将月份加3
  252. const maxdyear = maxd.getFullYear()
  253. let maxdmonth = maxd.getMonth() + 1
  254. maxdmonth = maxdmonth < 10 ? `0${maxdmonth}` : maxdmonth
  255. const maxddate = maxd.getDate()
  256. const theMaxDate = `${maxdyear}-${maxdmonth}-${maxddate}`
  257. // console.log('theMaxDate=============================',theMaxDate) //输出:
  258. //算最大日期
  259. let parentThis= null;
  260. let sharePath = '/pages/index/index';
  261. export default {
  262. onShareAppMessage(res) {
  263. if (res.from === 'button') {// 来自页面内分享按钮
  264. console.log(res.target)
  265. }
  266. return {
  267. title: this.$isDevelop?'剧场票务':'伟大转折演艺',
  268. path: sharePath
  269. }
  270. },
  271. onShareTimeline(res) {
  272. if (res.from === 'button') {// 来自页面内分享按钮
  273. console.log(res.target)
  274. }
  275. return {
  276. title: this.$isDevelop?'剧场票务':'伟大转折演艺',
  277. path: '/pages/ticketlist'
  278. }
  279. },
  280. mixins:[systemInfo],
  281. data() {
  282. return {
  283. performId:'',
  284. staticUrl:this.$commonConfig.staticUrl,
  285. tabsArr:[
  286. {name:'票务购买'},
  287. {name:'演出详情'},
  288. {name:'观影须知'}
  289. ],
  290. theatre:{},
  291. tabsIndex:0,
  292. dateList:[],
  293. dateIndex:0,
  294. calendarShow:false,//日历
  295. // maxDate:`${year}-${month}-${date + 30}`,
  296. maxDate:theMaxDate,
  297. auditoriumList:[],//演艺厅
  298. auditoriumIndex:0,
  299. sessionList:[],//演出场次
  300. sessionIndex:0,
  301. ticketTypeList:[],//门票
  302. actorsArr:[],
  303. shareShow:false,
  304. posterShow:false,
  305. posterSrc:'',
  306. posterSrcType:null,
  307. performInfo:{},//节目详情
  308. formerNotice:{},//节目观影须知
  309. performDateList:[],//有票的日期
  310. // firstGet:0,
  311. ticketTypeIndex:0,
  312. positionData:{},//座位信息接口
  313. positionArr:[],
  314. positionIndex:null,
  315. scene:null,
  316. retailId:null,//分销码
  317. label:null,//scene解析出来的
  318. goodsSnapshot:null,//票务说明
  319. retailId:null,
  320. }
  321. },
  322. onShow() {
  323. if(this.auditoriumList.length>=1){
  324. this.getPositionData();
  325. }
  326. },
  327. onLoad(page) {
  328. // console.log('ticketlist page',page);
  329. parentThis = this;
  330. const scene = decodeURIComponent(page.scene);
  331. if(scene&&scene!='undefined'){
  332. uni.setStorage({
  333. key:'scene',
  334. data:scene
  335. });
  336. }
  337. // console.log('scene=========',scene);
  338. if(scene&&scene!='undefined'){
  339. this.$u.api.uncompress({scene:scene}).then(res=>{
  340. this.performId = res.data.performId;
  341. sharePath=`/pages/ticketlist?id=${res.data.performId}`;
  342. this.getPerformData();
  343. // this.getSystemInfo();
  344. let today = new Date();
  345. this.setDate(today);
  346. this.getPerformInfo();
  347. this.getPerformerNotice();
  348. // this.label = res.data.label;
  349. // console.log('uncompress',res.data);
  350. }).catch(err=>{
  351. console.log('uncompress',err);
  352. })
  353. }else{
  354. this.performId = page.id;
  355. sharePath=`/pages/ticketlist?id=${page.id}`;
  356. this.getPerformData();
  357. // this.getSystemInfo();
  358. let today = new Date();
  359. this.setDate(today);
  360. this.getPerformInfo();
  361. this.getPerformerNotice();
  362. }
  363. },
  364. onReady() {
  365. // 如果需要兼容微信小程序的话,需要用此写法
  366. this.$refs.calendar.setFormatter(this.formatter);
  367. },
  368. methods: {
  369. leftClick(e){
  370. let pages = getCurrentPages();
  371. if(pages.length==1){
  372. uni.$u.route('/pages/index/index')
  373. }else{
  374. uni.navigateBack()
  375. };
  376. },
  377. uncompress(scene){
  378. this.$u.api.uncompress({scene:scene}).then(res=>{
  379. this.performId = res.data.performId;
  380. // this.label = res.data.label;
  381. // console.log('uncompress',res.data);
  382. }).catch(err=>{
  383. console.log('uncompress',err);
  384. })
  385. },
  386. getPerformData(){
  387. this.$u.api.performSell({performId:this.performId}).then(res=>{
  388. // console.log('getPerformData',res.data);
  389. this.theatre = res.data.theatreList[0];
  390. this.auditoriumList = res.data.theatreList[0].auditoriumList;
  391. // this.ticketTypeList = res.data.goodsList;
  392. // this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
  393. this.performDateList = this.auditoriumList[this.auditoriumIndex].performDateList;
  394. this.getDate()
  395. // console.log('auditoriumList',this.auditoriumList);
  396. }).catch(err=>{
  397. console.log('getPoster',err);
  398. })
  399. },
  400. getPerformInfo(){
  401. this.$u.api.performInfo({id:this.performId}).then(res=>{
  402. // console.log('getPerformInfo',res.data);
  403. this.performInfo = res.data;
  404. this.actorsArr = res.data.performerList;
  405. }).catch(err=>{
  406. console.log('getPerformInfo',err);
  407. })
  408. },
  409. getPerformerNotice(){
  410. this.$u.api.performerNotice({performId:this.performId}).then(res=>{
  411. // console.log('getPerformerNotice',res.data);
  412. this.formerNotice = res.data.performNotice;
  413. }).catch(err=>{
  414. console.log('getPerformerNotice',err);
  415. })
  416. },
  417. getDate(){
  418. let param = {
  419. auditoriumId:this.auditoriumList[this.auditoriumIndex]?.id,//演艺厅ID(演艺厅列表)
  420. performId:this.performId,
  421. };
  422. this.$u.api.getAuditoriumDate(param).then(res=>{
  423. // console.log('getDate',res.data);
  424. this.performDateList = res.data.list||[];
  425. this.setDate();
  426. // this.getTimes();
  427. }).catch(err=>{
  428. console.log('getDate',err);
  429. })
  430. },
  431. getTimes(){
  432. // this.firstGet++;
  433. uni.showLoading();
  434. let auditoriumId= this.auditoriumList[this.auditoriumIndex]?.id;
  435. if(!auditoriumId){return}
  436. // console.log('this.dateList',this.dateList);
  437. // console.log('this.dateIndex',this.dateIndex);
  438. let dateOBJ = this.dateList[this.dateIndex];
  439. let param = {
  440. auditoriumId:auditoriumId,//演艺厅ID(演艺厅列表)
  441. performId:this.performId,
  442. date:`${dateOBJ.year}-${dateOBJ.month}-${dateOBJ.day}`
  443. };
  444. // console.log('param',param);
  445. this.$u.api.getAuditoriumTimes(param).then(res=>{
  446. // console.log('getTimes',res.data);
  447. this.sessionList = res.data.list.map(item=>{
  448. item.performTimeStart = item.performTimeStart;
  449. item.performTimeEnd = item.performTimeEnd;
  450. return item
  451. });
  452. console.log('this.sessionList',this.sessionList);
  453. // this.sessionIndex = 0;
  454. this.sessionIndex = this.sessionList.findIndex(item => item.ifVaild === 1);
  455. if (this.sessionIndex !== -1) {
  456. this.getPositionData();
  457. }
  458. // let session = this.sessionList[this.sessionIndex];
  459. }).catch(err=>{
  460. console.log('getPoster',err);
  461. })
  462. },
  463. formatter: (day) => {
  464. if(!parentThis){
  465. return
  466. }
  467. day.date = moment(day.date).format("YYYY-MM-DD HH:mm:ss")
  468. // console.log('day',day);
  469. // console.log('thisthisthisthisthisthisthisthisthis',parentThis);
  470. // console.log('==================================',day.date.toISOString().split('T')[0]);
  471. let ticket = parentThis.performDateList.find(item => item.performDate === day.date.split(' ')[0]);
  472. if(ticket){
  473. day.dot = true
  474. }
  475. // if(ticket&&ticket.ishave){
  476. // day.bottomInfo = '有票'
  477. // day.dot = true
  478. // }else if(ticket){
  479. // day.dot = true
  480. // }
  481. return day
  482. },
  483. setDate(firstDay,isSelect){
  484. // console.log('this.performDateList',this.performDateList);
  485. if(this.performDateList[0]?.performDate&&!isSelect){
  486. // firstDay = new Date(this.performDateList[0].performDate);
  487. const uniquePerformDateList = Array.from(new Set(this.performDateList.map(JSON.stringify))).map(JSON.parse);//去重
  488. // console.log('uniquePerformDateList',uniquePerformDateList);
  489. let arr = uniquePerformDateList.slice(0, 3);//只要前三项
  490. this.dateList = arr.map(item=>{
  491. // console.log('uniquePerformDateList item',item);
  492. let day = item.performDate.split('-');
  493. // console.log('setDate day',day);
  494. return { year:day[0],month:String(day[1]),day:String(day[2]), fullDay:`${day[0]}-${String(day[1])}-${String(day[2])}`}
  495. });
  496. // console.log('this.dateList',this.dateList);
  497. this.dateIndex = 0;
  498. this.getTimes();
  499. //
  500. return
  501. }
  502. // console.log('this.dateListthis.dateListthis.dateListthis.dateList',this.dateList);
  503. // 前端写演出日期(今天,明天,后天)
  504. let today = firstDay||new Date();
  505. // console.log('today=========',today);
  506. let tomorrow = new Date(today.getTime());
  507. tomorrow.setDate(today.getDate() + 1);
  508. let afterTomorrow = new Date(today.getTime());
  509. afterTomorrow.setDate(today.getDate() + 2);
  510. this.dateList = [
  511. {
  512. year: today.getFullYear(),
  513. month: String(today.getMonth() + 1).padStart(2, '0'),
  514. day: String(today.getDate()).padStart(2, '0'),
  515. name: '日期',
  516. fullDay:`${today.getFullYear()}-${String(today.getMonth() + 1).padStart(2, '0')}-${ String(today.getDate()).padStart(2, '0')}`
  517. },
  518. {
  519. year: tomorrow.getFullYear(),
  520. month: String(tomorrow.getMonth() + 1).padStart(2, '0'),
  521. day: String(tomorrow.getDate()).padStart(2, '0'),
  522. name: '日期',
  523. fullDay:`${tomorrow.getFullYear()}-${String(tomorrow.getMonth() + 1).padStart(2, '0')}-${ String(tomorrow.getDate()).padStart(2, '0')}`
  524. },
  525. {
  526. year: afterTomorrow.getFullYear(),
  527. month: String(afterTomorrow.getMonth() + 1).padStart(2, '0'),
  528. day: String(afterTomorrow.getDate()).padStart(2, '0'),
  529. name: '日期',
  530. fullDay:`${afterTomorrow.getFullYear()}-${String(afterTomorrow.getMonth() + 1).padStart(2, '0')}-${ String(afterTomorrow.getDate()).padStart(2, '0')}`
  531. }
  532. ];
  533. this.getTimes()
  534. // console.log('this.dateList ',this.dateList);
  535. },
  536. dateClick(index){
  537. this.dateIndex = index;
  538. this.ticketTypeIndex = 0;
  539. this.positionIndex = 0;
  540. this.getTimes()
  541. },
  542. auditoriumClick(index){
  543. this.auditoriumIndex = index;
  544. this.getDate();
  545. },
  546. confirmCalendar(e){
  547. // console.log('confirmCalendar',e);
  548. // this.getDate(e)
  549. this.dateIndex = 0;
  550. this.setDate( new Date(e),true );
  551. // console.log('maxDate',this.maxDate);
  552. // console.log('dateList',this.dateList);
  553. this.calendarShow = false;
  554. },
  555. closeCalendar(){
  556. this.calendarShow = false;
  557. },
  558. tabsClick(e){
  559. // console.log('tabsClick',e);
  560. this.tabsIndex = e.index;
  561. },
  562. sessionClick(index,data){
  563. // console.log('sessionClick index',index);
  564. console.log('sessionClick data',data);
  565. if(!data.ifVaild){
  566. uni.showToast({
  567. title:'该场次不可用',
  568. icon:'none'
  569. })
  570. return
  571. }
  572. if(this.sessionIndex==index){
  573. // console.log('不变');
  574. return
  575. }
  576. this.sessionIndex = index;
  577. let session = this.sessionList[this.sessionIndex];
  578. this.getPositionData();
  579. this.ticketTypeIndex = 0;
  580. this.positionIndex = 0;
  581. // console.log('sessionClick',this.sessionList[this.sessionIndex]);
  582. },
  583. async getPositionData(){
  584. let _this = this;
  585. let retailId = null;
  586. try {
  587. retailId = await new Promise((resolve, reject) => {
  588. uni.getStorage({
  589. key: 'retailId',
  590. success: function (res) {
  591. // console.log('getPositionData retailId====', res.data);
  592. resolve(res.data);
  593. },
  594. fail: function (error) {
  595. reject(error);
  596. }
  597. });
  598. });
  599. console.log('getPositionData retailId', retailId);
  600. } catch (error) {
  601. console.error('获取retailId失败', error);
  602. // 在这里可以添加处理失败的逻辑
  603. }
  604. this.retailId = retailId;
  605. // console.log('getPositionData this.retailId',this.retailId);
  606. // if(this.scene&&this.scene!='undefined'){
  607. // await this.$u.api.uncompress({scene:this.scene}).then(res=>{
  608. // // data.performId = res.data.performId;
  609. // this.label = res.data.label;
  610. // this.retailId = res.data.retailId;
  611. // console.log('uncompress',res.data);
  612. // }).catch(err=>{
  613. // console.log('uncompress',err);
  614. // })
  615. // }
  616. let session = this.sessionList[this.sessionIndex]||{};
  617. let ticketType = this.ticketTypeList[this.ticketTypeIndex];
  618. let params ={
  619. performId:this.performId,
  620. // goodsId:ticketType.id,
  621. auditoriumId:this.auditoriumList[this.auditoriumIndex].id,
  622. performTimeId:session.id,
  623. label:this.label,
  624. retailId:this.retailId
  625. }
  626. // console.log('getPositionData params',params);
  627. this.$u.api.selectRegion(params).then(res=>{
  628. // console.log('getPositionData',res.data);
  629. this.positionData = res.data;
  630. // this.positionArr = res.data.regionPriceList||[];
  631. this.ticketTypeList = res.data.goodsList||[];
  632. this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
  633. this.positionArr = this.ticketTypeList[this.ticketTypeIndex]?.regionList||[];
  634. let sellableProductIndex = this.findFirstSellableProductIndex();
  635. this.positionIndex = sellableProductIndex;
  636. // console.log('this.positionIndex',this.positionIndex);
  637. uni.hideLoading();
  638. }).catch(err=>{
  639. uni.hideLoading();
  640. console.log('getPositionData',err);
  641. })
  642. },
  643. ticketTypeClick(index){
  644. if(this.ticketTypeIndex==index){
  645. // console.log('不变');
  646. return
  647. }
  648. this.ticketTypeIndex = index;
  649. this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
  650. this.positionArr = this.ticketTypeList[this.ticketTypeIndex]?.regionList||[];
  651. let sellableProductIndex = this.findFirstSellableProductIndex();
  652. this.positionIndex = sellableProductIndex;
  653. // this.getPositionData()
  654. },
  655. positionClick(index,date){
  656. if(this.positionIndex==index){
  657. // console.log('不变');
  658. return
  659. }else if(date.stockNum<1&&date.stockNum!==-1){
  660. uni.showToast({
  661. title:'已售罄',
  662. icon:'none'
  663. })
  664. return
  665. }
  666. this.positionIndex = index;
  667. },
  668. findFirstSellableProductIndex(){
  669. // 检查数组是否为空
  670. if (!Array.isArray(this.positionArr) || this.positionArr.length === 0) {
  671. return null;
  672. }
  673. // 遍历数组,找到第一个可售的产品
  674. for (let i = 0; i < this.positionArr.length; i++) {
  675. if (this.positionArr[i].stockNum > 0 || this.positionArr[i].stockNum === -1) {
  676. return i; // 返回第一个可售产品的索引
  677. }
  678. }
  679. return null;
  680. },
  681. book(item){
  682. // console.log('book',item);
  683. // console.log('performInfo',this.performInfo);
  684. let session = this.sessionList[this.sessionIndex];
  685. // console.log('session',session);
  686. let performTimeStart = session.performTimeStart;
  687. let performTimeEnd = session.performTimeEnd;
  688. let dateOBJ = this.dateList[this.dateIndex];
  689. let ticketType = this.ticketTypeList[this.ticketTypeIndex];
  690. let seatType = this.positionArr[this.positionIndex];
  691. // console.log('ticketType',ticketType);
  692. let params ={
  693. performId:this.performId,
  694. goodsId:ticketType.id,
  695. auditoriumId:this.auditoriumList[this.auditoriumIndex].id,
  696. performTimeId:session.id,
  697. seatTypeId:seatType.seatTypeId,
  698. salePrice:seatType.salePrice
  699. }
  700. // console.log('book params',params);
  701. uni.$u.route('pages/bookticket',params)
  702. // 调整选择位置类型页面
  703. // uni.$u.route('pages/chosenposition',{
  704. // goodsId:item.id,
  705. // performId:this.performId,
  706. // performName:this.performInfo.name,
  707. // day:`${dateOBJ.year}-${dateOBJ.month}-${dateOBJ.day}`,
  708. // performTimeStart:session.performTimeStart,
  709. // performTimeEnd:session.performTimeEnd,
  710. // performTimeId:session.id,
  711. // auditoriumId:this.auditoriumList[this.auditoriumIndex].id
  712. // })
  713. },
  714. openShare(){
  715. if(!this.performInfo.posterImg){
  716. uni.$u.toast('没有节目信息');
  717. return false
  718. }
  719. this.shareShow = true;
  720. },
  721. // 海报相关开始
  722. getPoster(item){
  723. this.posterShow = true;
  724. this.shareShow = false;
  725. // 后端生成海报
  726. // this.$u.api.performQrcode({performId:this.performId}).then(res=>{
  727. // this.posterSrc = res.data.imageUrl;
  728. // // console.log('getPoster',res.data);
  729. // }).catch(err=>{
  730. // console.log('getPoster',err);
  731. // })
  732. //前端生成海报
  733. uni.showLoading({
  734. title: '生成海报中'
  735. });
  736. // 前端生成海报开始
  737. let that = this;
  738. const ctx = uni.createCanvasContext('canvas', this);
  739. // 加载海报背景图
  740. uni.getImageInfo({
  741. src: this.performInfo.posterImg,
  742. success: res1 => {
  743. const img1 = res1.path;
  744. // 加载海报二维码
  745. uni.getImageInfo({
  746. src: this.performInfo.appletQrcode,
  747. success: res2 => {
  748. const img2 = res2.path;
  749. // 绘制海报背景图
  750. ctx.drawImage(img1, 0, 0, 574, 1042);
  751. // 绘制海报二维码
  752. ctx.drawImage(img2, 428, 888, 114, 114);
  753. // 绘制完成后导出图片并显示
  754. ctx.draw(false, () => {
  755. uni.canvasToTempFilePath({
  756. canvasId: 'canvas',
  757. success: res3 => {
  758. this.posterSrc = res3.tempFilePath;
  759. this.posterSrcType = 'local';
  760. },
  761. fail: err => {
  762. console.error(err);
  763. },
  764. }, this);
  765. });
  766. },
  767. fail: err2 => {
  768. console.error(err2);
  769. },
  770. });
  771. },
  772. fail: err1 => {
  773. console.error(err1);
  774. },
  775. complete: () => {
  776. uni.hideLoading()
  777. }
  778. });
  779. // 前端生成海报结束
  780. },
  781. saveImage() {
  782. let that = this;
  783. uni.showLoading({
  784. title: '保存中'
  785. });
  786. if(this.posterSrcType == 'local'){
  787. let params = {
  788. tempFilePath:that.posterSrc
  789. }
  790. that.saveImageToPhotosAlbum(params);
  791. return
  792. }
  793. uni.downloadFile({
  794. url: this.posterSrc,
  795. success(res) {
  796. if (res.statusCode === 200) {
  797. that.saveImageToPhotosAlbum(res)
  798. } else {
  799. uni.showToast({
  800. title: '下载图片失败',
  801. icon: 'none'
  802. });
  803. }
  804. },
  805. fail(e) {
  806. console.log('下载图片失败', e);
  807. console.log('posterSrc',that.posterSrc);
  808. uni.showToast({
  809. title: '下载图片失败',
  810. icon: 'none'
  811. });
  812. }
  813. });
  814. },
  815. saveImageToPhotosAlbum(res){
  816. let that = this;
  817. uni.saveImageToPhotosAlbum({
  818. filePath: res.tempFilePath,
  819. success() {
  820. uni.showToast({
  821. title: '保存相册成功!',
  822. icon: 'success'
  823. });
  824. },
  825. fail(err) {
  826. console.log('保存图片失败',err);
  827. if (err.errMsg === 'saveImageToPhotosAlbum:fail auth deny') {
  828. uni.getSetting({
  829. success(res) {
  830. if (!res.authSetting['scope.writePhotosAlbum']) {
  831. uni.showModal({
  832. title: '提示',
  833. content: '您还没有授权访问相册,请前往设置页面打开权限。',
  834. confirmText: '去设置',
  835. success(res) {
  836. if (res.confirm) {
  837. uni.openSetting();
  838. }
  839. }
  840. });
  841. } else {
  842. uni.showToast({
  843. title: '保存图片失败',
  844. icon: 'none'
  845. });
  846. }
  847. }
  848. });
  849. } else {
  850. uni.showToast({
  851. title: '保存图片失败',
  852. icon: 'none'
  853. });
  854. }
  855. },
  856. complete() {
  857. setTimeout(()=>{
  858. uni.hideLoading();
  859. that.posterShow = false;
  860. },1500)
  861. }
  862. });
  863. },
  864. // 海报相关结束
  865. goMap(){
  866. uni.openLocation({
  867. latitude:Number(this.theatre.latitude), //维度
  868. longitude: Number(this.theatre.longitude), //经度
  869. name: this.theatre.name, //目的地定位名称
  870. scale: 15, //缩放比例
  871. address: this.theatre.address //导航详细地址
  872. })
  873. },
  874. phoneCall(){
  875. // console.log('this.theatre',this.theatre);
  876. uni.makePhoneCall({
  877. phoneNumber: this.theatre.customerServiceMobile,
  878. success() {
  879. console.log('success');
  880. },
  881. fail() {
  882. console.log('fail');
  883. }
  884. });
  885. },
  886. showSeatImg(){
  887. if(!this.positionData.seatImg){
  888. uni.$u.toast('没有图片')
  889. return
  890. }
  891. let urls = [];
  892. urls.push(this.positionData.seatImg)
  893. uni.previewImage({
  894. urls: urls,
  895. })
  896. },
  897. previewBanner(index){
  898. let urls = this.performInfo.photoList.map(item=>{
  899. return item.imageUrl
  900. });
  901. // console.log('urls',urls);
  902. uni.previewImage({
  903. urls: urls,
  904. current:index
  905. })
  906. }
  907. }
  908. }
  909. </script>
  910. <style lang="scss" scoped>
  911. .banner{
  912. position: relative;
  913. .img{
  914. width: 750rpx;
  915. height: 554rpx;
  916. display: block;
  917. }
  918. .content{
  919. position: absolute;
  920. // width: 100%;
  921. box-sizing: border-box;
  922. padding: 0 32rpx;
  923. right: 0;
  924. bottom: 200rpx;
  925. }
  926. .share{
  927. overflow: hidden;
  928. margin-bottom: 100rpx;
  929. float: right;
  930. .icon{
  931. float: right;
  932. display: block;
  933. width: 32rpx;
  934. height: 32rpx;
  935. padding: 10rpx;
  936. border-radius: 50%;
  937. background-color: rgba(0,0,0,0.4);
  938. }
  939. }
  940. }
  941. .base-info{
  942. position: relative;
  943. // margin-bottom: 54rpx;
  944. .inner{
  945. position: relative;
  946. padding: 50rpx 38rpx 58rpx 40rpx;
  947. background-color: #FFFFFF;
  948. border-radius: 32rpx 32rpx 0rpx 0rpx;
  949. margin-top: -30px;
  950. border-bottom: 12rpx solid #F7F8F9;
  951. }
  952. .name{
  953. font-size: 40rpx;
  954. font-weight: 800;
  955. color: #2D2D2D;
  956. margin-bottom: 26rpx;
  957. }
  958. .addr{
  959. font-size: 26rpx;
  960. font-weight: 400;
  961. color: #606060;
  962. }
  963. .menu{
  964. .item{
  965. margin-left: 18rpx;
  966. font-size: 18rpx;
  967. font-weight: 400;
  968. color: #999999;
  969. text-align: center;
  970. }
  971. .icon{
  972. width: 62rpx;
  973. height: 64rpx;
  974. display: block;
  975. margin-bottom: 4rpx;
  976. }
  977. }
  978. }
  979. .tabs-wrap{
  980. position: relative;
  981. margin-bottom: 54rpx;
  982. &::after{
  983. content: '';
  984. width: 100%;
  985. height: 1px;
  986. background-color: #eee;
  987. position: absolute;
  988. left: 0;
  989. right: 0;
  990. bottom: -46rpx;
  991. }
  992. .inner{
  993. position: relative;
  994. padding-top: 48rpx;
  995. background-color: #FFFFFF;
  996. // border-radius: 32rpx 32rpx 0rpx 0rpx;
  997. height: 46rpx;
  998. // margin-top: -30px;
  999. }
  1000. }
  1001. .date-block{
  1002. margin-bottom: 64rpx;
  1003. }
  1004. .title{
  1005. font-size: 32rpx;
  1006. font-weight: bold;
  1007. color: #2D2D2D;
  1008. line-height: 48rpx;
  1009. margin-bottom: 38rpx;
  1010. }
  1011. .empty{
  1012. background-color: #636363;
  1013. color: #979797;
  1014. border-radius: 8rpx;
  1015. padding: 24rpx;
  1016. text-align: center;
  1017. }
  1018. .session-wrap{
  1019. }
  1020. .session{
  1021. display: grid;
  1022. grid-template-columns: repeat(3, 1fr);
  1023. gap: 20rpx;
  1024. .session-item{
  1025. height: 80rpx;
  1026. line-height: 80rpx;
  1027. border-radius: 12rpx;
  1028. border: 2rpx solid #636363;
  1029. text-align: center;
  1030. font-size: 24rpx;
  1031. font-weight: 400;
  1032. color: #636363;
  1033. &.active{
  1034. color: #ED0000;
  1035. border-color: #ED0000;
  1036. }
  1037. }
  1038. }
  1039. .ticket-type{
  1040. .type-item{
  1041. background: #FFFFFF;
  1042. box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(180,180,180,0.5);
  1043. border-radius: 20rpx;
  1044. margin-bottom: 20rpx;
  1045. padding: 38rpx 40rpx;
  1046. .name-price{
  1047. margin-bottom: 26rpx;
  1048. }
  1049. .name{
  1050. font-size: 28rpx;
  1051. font-weight: 500;
  1052. color: #363636;
  1053. }
  1054. .prices{
  1055. font-size: 36rpx;
  1056. font-weight: bold;
  1057. color: #ED0000;
  1058. }
  1059. .ishave{
  1060. margin-bottom: 26rpx;
  1061. .text{
  1062. height: 30rpx;
  1063. line-height: 30rpx;
  1064. padding: 0 22rpx;
  1065. background: #FFC8C8;
  1066. border-radius: 20rpx;
  1067. font-size: 20rpx;
  1068. font-weight: 400;
  1069. color: #ED0000;
  1070. }
  1071. }
  1072. .bottom{
  1073. font-size: 22rpx;
  1074. font-weight: 400;
  1075. color: #7F7F7F;
  1076. .btn{
  1077. height: 60rpx;
  1078. line-height: 60rpx;
  1079. background: linear-gradient(90deg, #FF7979 0%, #ED0000 100%);
  1080. border-radius: 30rpx;
  1081. padding: 0 36rpx;
  1082. font-size: 28rpx;
  1083. font-weight: 500;
  1084. color: #FFFFFF;
  1085. &.disabled{
  1086. background: #979797;
  1087. }
  1088. }
  1089. }
  1090. }
  1091. .goodsSnapshot{
  1092. font-size: 24rpx;
  1093. color: #750000;
  1094. line-height: 1.5;
  1095. margin-top: 24rpx;
  1096. padding-bottom: 24rpx;
  1097. // border-bottom: 1px solid #750000;
  1098. }
  1099. }
  1100. .details{
  1101. .title{}
  1102. .details-block{
  1103. background: #FFFFFF;
  1104. box-shadow: 0rpx 2rpx 12rpx 2rpx rgba(221,221,221,0.5);
  1105. border-radius: 20rpx;
  1106. margin-bottom: 24rpx;
  1107. padding: 36rpx;
  1108. &.actors{
  1109. .title{
  1110. .right{
  1111. font-size: 24rpx;
  1112. font-weight: 400;
  1113. color: #7F7F7F;
  1114. }
  1115. }
  1116. }
  1117. }
  1118. .intro{
  1119. font-size: 26rpx;
  1120. font-weight: 400;
  1121. color: #4E4E4E;
  1122. line-height: 40rpx;
  1123. }
  1124. .actor-list{
  1125. .item{
  1126. flex-shrink: 0;
  1127. width: 160rpx;
  1128. text-align: center;
  1129. margin-right: 24rpx;
  1130. }
  1131. .img{
  1132. display: block;
  1133. width: 100%;
  1134. height: 200rpx;
  1135. margin-bottom: 16rpx;
  1136. }
  1137. .name{
  1138. font-size: 28rpx;
  1139. font-weight: 500;
  1140. color: #2D2D2D;
  1141. line-height: 42rpx;
  1142. margin-bottom: 4rpx;
  1143. }
  1144. .role{
  1145. font-size: 24rpx;
  1146. font-weight: 400;
  1147. color: #7F7F7F;
  1148. line-height: 36rpx;
  1149. }
  1150. }
  1151. }
  1152. .canvas{
  1153. position: fixed;
  1154. left: -99999px;
  1155. }
  1156. </style>