ticketlist.vue 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163
  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}" @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. let session = this.sessionList[this.sessionIndex];
  455. this.getPositionData();
  456. }).catch(err=>{
  457. console.log('getPoster',err);
  458. })
  459. },
  460. formatter: (day) => {
  461. if(!parentThis){
  462. return
  463. }
  464. day.date = moment(day.date).format("YYYY-MM-DD HH:mm:ss")
  465. // console.log('day',day);
  466. // console.log('thisthisthisthisthisthisthisthisthis',parentThis);
  467. // console.log('==================================',day.date.toISOString().split('T')[0]);
  468. let ticket = parentThis.performDateList.find(item => item.performDate === day.date.split(' ')[0]);
  469. if(ticket){
  470. day.dot = true
  471. }
  472. // if(ticket&&ticket.ishave){
  473. // day.bottomInfo = '有票'
  474. // day.dot = true
  475. // }else if(ticket){
  476. // day.dot = true
  477. // }
  478. return day
  479. },
  480. setDate(firstDay,isSelect){
  481. // console.log('this.performDateList',this.performDateList);
  482. if(this.performDateList[0]?.performDate&&!isSelect){
  483. // firstDay = new Date(this.performDateList[0].performDate);
  484. const uniquePerformDateList = Array.from(new Set(this.performDateList.map(JSON.stringify))).map(JSON.parse);//去重
  485. // console.log('uniquePerformDateList',uniquePerformDateList);
  486. let arr = uniquePerformDateList.slice(0, 3);//只要前三项
  487. this.dateList = arr.map(item=>{
  488. // console.log('uniquePerformDateList item',item);
  489. let day = item.performDate.split('-');
  490. // console.log('setDate day',day);
  491. return { year:day[0],month:String(day[1]),day:String(day[2]), fullDay:`${day[0]}-${String(day[1])}-${String(day[2])}`}
  492. });
  493. // console.log('this.dateList',this.dateList);
  494. this.dateIndex = 0;
  495. this.getTimes();
  496. //
  497. return
  498. }
  499. // console.log('this.dateListthis.dateListthis.dateListthis.dateList',this.dateList);
  500. // 前端写演出日期(今天,明天,后天)
  501. let today = firstDay||new Date();
  502. // console.log('today=========',today);
  503. let tomorrow = new Date(today.getTime());
  504. tomorrow.setDate(today.getDate() + 1);
  505. let afterTomorrow = new Date(today.getTime());
  506. afterTomorrow.setDate(today.getDate() + 2);
  507. this.dateList = [
  508. {
  509. year: today.getFullYear(),
  510. month: String(today.getMonth() + 1).padStart(2, '0'),
  511. day: String(today.getDate()).padStart(2, '0'),
  512. name: '日期',
  513. fullDay:`${today.getFullYear()}-${String(today.getMonth() + 1).padStart(2, '0')}-${ String(today.getDate()).padStart(2, '0')}`
  514. },
  515. {
  516. year: tomorrow.getFullYear(),
  517. month: String(tomorrow.getMonth() + 1).padStart(2, '0'),
  518. day: String(tomorrow.getDate()).padStart(2, '0'),
  519. name: '日期',
  520. fullDay:`${tomorrow.getFullYear()}-${String(tomorrow.getMonth() + 1).padStart(2, '0')}-${ String(tomorrow.getDate()).padStart(2, '0')}`
  521. },
  522. {
  523. year: afterTomorrow.getFullYear(),
  524. month: String(afterTomorrow.getMonth() + 1).padStart(2, '0'),
  525. day: String(afterTomorrow.getDate()).padStart(2, '0'),
  526. name: '日期',
  527. fullDay:`${afterTomorrow.getFullYear()}-${String(afterTomorrow.getMonth() + 1).padStart(2, '0')}-${ String(afterTomorrow.getDate()).padStart(2, '0')}`
  528. }
  529. ];
  530. this.getTimes()
  531. // console.log('this.dateList ',this.dateList);
  532. },
  533. dateClick(index){
  534. this.dateIndex = index;
  535. this.ticketTypeIndex = 0;
  536. this.positionIndex = 0;
  537. this.getTimes()
  538. },
  539. auditoriumClick(index){
  540. this.auditoriumIndex = index;
  541. this.getDate();
  542. },
  543. confirmCalendar(e){
  544. // console.log('confirmCalendar',e);
  545. // this.getDate(e)
  546. this.dateIndex = 0;
  547. this.setDate( new Date(e),true );
  548. // console.log('maxDate',this.maxDate);
  549. // console.log('dateList',this.dateList);
  550. this.calendarShow = false;
  551. },
  552. closeCalendar(){
  553. this.calendarShow = false;
  554. },
  555. tabsClick(e){
  556. // console.log('tabsClick',e);
  557. this.tabsIndex = e.index;
  558. },
  559. sessionClick(index,data){
  560. // console.log('sessionClick index',index);
  561. console.log('sessionClick data',data);
  562. if(this.sessionIndex==index){
  563. // console.log('不变');
  564. return
  565. }
  566. this.sessionIndex = index;
  567. let session = this.sessionList[this.sessionIndex];
  568. this.getPositionData();
  569. this.ticketTypeIndex = 0;
  570. this.positionIndex = 0;
  571. // console.log('sessionClick',this.sessionList[this.sessionIndex]);
  572. },
  573. async getPositionData(){
  574. let _this = this;
  575. let retailId = null;
  576. try {
  577. retailId = await new Promise((resolve, reject) => {
  578. uni.getStorage({
  579. key: 'retailId',
  580. success: function (res) {
  581. // console.log('getPositionData retailId====', res.data);
  582. resolve(res.data);
  583. },
  584. fail: function (error) {
  585. reject(error);
  586. }
  587. });
  588. });
  589. console.log('getPositionData retailId', retailId);
  590. } catch (error) {
  591. console.error('获取retailId失败', error);
  592. // 在这里可以添加处理失败的逻辑
  593. }
  594. this.retailId = retailId;
  595. // console.log('getPositionData this.retailId',this.retailId);
  596. // if(this.scene&&this.scene!='undefined'){
  597. // await this.$u.api.uncompress({scene:this.scene}).then(res=>{
  598. // // data.performId = res.data.performId;
  599. // this.label = res.data.label;
  600. // this.retailId = res.data.retailId;
  601. // console.log('uncompress',res.data);
  602. // }).catch(err=>{
  603. // console.log('uncompress',err);
  604. // })
  605. // }
  606. let session = this.sessionList[this.sessionIndex]||{};
  607. let ticketType = this.ticketTypeList[this.ticketTypeIndex];
  608. let params ={
  609. performId:this.performId,
  610. // goodsId:ticketType.id,
  611. auditoriumId:this.auditoriumList[this.auditoriumIndex].id,
  612. performTimeId:session.id,
  613. label:this.label,
  614. retailId:this.retailId
  615. }
  616. // console.log('getPositionData params',params);
  617. this.$u.api.selectRegion(params).then(res=>{
  618. // console.log('getPositionData',res.data);
  619. this.positionData = res.data;
  620. // this.positionArr = res.data.regionPriceList||[];
  621. this.ticketTypeList = res.data.goodsList||[];
  622. this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
  623. this.positionArr = this.ticketTypeList[this.ticketTypeIndex]?.regionList||[];
  624. let sellableProductIndex = this.findFirstSellableProductIndex();
  625. this.positionIndex = sellableProductIndex;
  626. // console.log('this.positionIndex',this.positionIndex);
  627. uni.hideLoading();
  628. }).catch(err=>{
  629. uni.hideLoading();
  630. console.log('getPositionData',err);
  631. })
  632. },
  633. ticketTypeClick(index){
  634. if(this.ticketTypeIndex==index){
  635. // console.log('不变');
  636. return
  637. }
  638. this.ticketTypeIndex = index;
  639. this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
  640. this.positionArr = this.ticketTypeList[this.ticketTypeIndex]?.regionList||[];
  641. let sellableProductIndex = this.findFirstSellableProductIndex();
  642. this.positionIndex = sellableProductIndex;
  643. // this.getPositionData()
  644. },
  645. positionClick(index,date){
  646. if(this.positionIndex==index){
  647. // console.log('不变');
  648. return
  649. }else if(date.stockNum<1&&date.stockNum!==-1){
  650. uni.showToast({
  651. title:'已售罄',
  652. icon:'none'
  653. })
  654. return
  655. }
  656. this.positionIndex = index;
  657. },
  658. findFirstSellableProductIndex(){
  659. // 检查数组是否为空
  660. if (!Array.isArray(this.positionArr) || this.positionArr.length === 0) {
  661. return null;
  662. }
  663. // 遍历数组,找到第一个可售的产品
  664. for (let i = 0; i < this.positionArr.length; i++) {
  665. if (this.positionArr[i].stockNum > 0 || this.positionArr[i].stockNum === -1) {
  666. return i; // 返回第一个可售产品的索引
  667. }
  668. }
  669. return null;
  670. },
  671. book(item){
  672. // console.log('book',item);
  673. // console.log('performInfo',this.performInfo);
  674. let session = this.sessionList[this.sessionIndex];
  675. // console.log('session',session);
  676. let performTimeStart = session.performTimeStart;
  677. let performTimeEnd = session.performTimeEnd;
  678. let dateOBJ = this.dateList[this.dateIndex];
  679. let ticketType = this.ticketTypeList[this.ticketTypeIndex];
  680. let seatType = this.positionArr[this.positionIndex];
  681. // console.log('ticketType',ticketType);
  682. let params ={
  683. performId:this.performId,
  684. goodsId:ticketType.id,
  685. auditoriumId:this.auditoriumList[this.auditoriumIndex].id,
  686. performTimeId:session.id,
  687. seatTypeId:seatType.seatTypeId,
  688. salePrice:seatType.salePrice
  689. }
  690. // console.log('book params',params);
  691. uni.$u.route('pages/bookticket',params)
  692. // 调整选择位置类型页面
  693. // uni.$u.route('pages/chosenposition',{
  694. // goodsId:item.id,
  695. // performId:this.performId,
  696. // performName:this.performInfo.name,
  697. // day:`${dateOBJ.year}-${dateOBJ.month}-${dateOBJ.day}`,
  698. // performTimeStart:session.performTimeStart,
  699. // performTimeEnd:session.performTimeEnd,
  700. // performTimeId:session.id,
  701. // auditoriumId:this.auditoriumList[this.auditoriumIndex].id
  702. // })
  703. },
  704. openShare(){
  705. if(!this.performInfo.posterImg){
  706. uni.$u.toast('没有节目信息');
  707. return false
  708. }
  709. this.shareShow = true;
  710. },
  711. // 海报相关开始
  712. getPoster(item){
  713. this.posterShow = true;
  714. this.shareShow = false;
  715. // 后端生成海报
  716. // this.$u.api.performQrcode({performId:this.performId}).then(res=>{
  717. // this.posterSrc = res.data.imageUrl;
  718. // // console.log('getPoster',res.data);
  719. // }).catch(err=>{
  720. // console.log('getPoster',err);
  721. // })
  722. //前端生成海报
  723. uni.showLoading({
  724. title: '生成海报中'
  725. });
  726. // 前端生成海报开始
  727. let that = this;
  728. const ctx = uni.createCanvasContext('canvas', this);
  729. // 加载海报背景图
  730. uni.getImageInfo({
  731. src: this.performInfo.posterImg,
  732. success: res1 => {
  733. const img1 = res1.path;
  734. // 加载海报二维码
  735. uni.getImageInfo({
  736. src: this.performInfo.appletQrcode,
  737. success: res2 => {
  738. const img2 = res2.path;
  739. // 绘制海报背景图
  740. ctx.drawImage(img1, 0, 0, 574, 1042);
  741. // 绘制海报二维码
  742. ctx.drawImage(img2, 428, 888, 114, 114);
  743. // 绘制完成后导出图片并显示
  744. ctx.draw(false, () => {
  745. uni.canvasToTempFilePath({
  746. canvasId: 'canvas',
  747. success: res3 => {
  748. this.posterSrc = res3.tempFilePath;
  749. this.posterSrcType = 'local';
  750. },
  751. fail: err => {
  752. console.error(err);
  753. },
  754. }, this);
  755. });
  756. },
  757. fail: err2 => {
  758. console.error(err2);
  759. },
  760. });
  761. },
  762. fail: err1 => {
  763. console.error(err1);
  764. },
  765. complete: () => {
  766. uni.hideLoading()
  767. }
  768. });
  769. // 前端生成海报结束
  770. },
  771. saveImage() {
  772. let that = this;
  773. uni.showLoading({
  774. title: '保存中'
  775. });
  776. if(this.posterSrcType == 'local'){
  777. let params = {
  778. tempFilePath:that.posterSrc
  779. }
  780. that.saveImageToPhotosAlbum(params);
  781. return
  782. }
  783. uni.downloadFile({
  784. url: this.posterSrc,
  785. success(res) {
  786. if (res.statusCode === 200) {
  787. that.saveImageToPhotosAlbum(res)
  788. } else {
  789. uni.showToast({
  790. title: '下载图片失败',
  791. icon: 'none'
  792. });
  793. }
  794. },
  795. fail(e) {
  796. console.log('下载图片失败', e);
  797. console.log('posterSrc',that.posterSrc);
  798. uni.showToast({
  799. title: '下载图片失败',
  800. icon: 'none'
  801. });
  802. }
  803. });
  804. },
  805. saveImageToPhotosAlbum(res){
  806. let that = this;
  807. uni.saveImageToPhotosAlbum({
  808. filePath: res.tempFilePath,
  809. success() {
  810. uni.showToast({
  811. title: '保存相册成功!',
  812. icon: 'success'
  813. });
  814. },
  815. fail(err) {
  816. console.log('保存图片失败',err);
  817. if (err.errMsg === 'saveImageToPhotosAlbum:fail auth deny') {
  818. uni.getSetting({
  819. success(res) {
  820. if (!res.authSetting['scope.writePhotosAlbum']) {
  821. uni.showModal({
  822. title: '提示',
  823. content: '您还没有授权访问相册,请前往设置页面打开权限。',
  824. confirmText: '去设置',
  825. success(res) {
  826. if (res.confirm) {
  827. uni.openSetting();
  828. }
  829. }
  830. });
  831. } else {
  832. uni.showToast({
  833. title: '保存图片失败',
  834. icon: 'none'
  835. });
  836. }
  837. }
  838. });
  839. } else {
  840. uni.showToast({
  841. title: '保存图片失败',
  842. icon: 'none'
  843. });
  844. }
  845. },
  846. complete() {
  847. setTimeout(()=>{
  848. uni.hideLoading();
  849. that.posterShow = false;
  850. },1500)
  851. }
  852. });
  853. },
  854. // 海报相关结束
  855. goMap(){
  856. uni.openLocation({
  857. latitude:Number(this.theatre.latitude), //维度
  858. longitude: Number(this.theatre.longitude), //经度
  859. name: this.theatre.name, //目的地定位名称
  860. scale: 15, //缩放比例
  861. address: this.theatre.address //导航详细地址
  862. })
  863. },
  864. phoneCall(){
  865. // console.log('this.theatre',this.theatre);
  866. uni.makePhoneCall({
  867. phoneNumber: this.theatre.customerServiceMobile,
  868. success() {
  869. console.log('success');
  870. },
  871. fail() {
  872. console.log('fail');
  873. }
  874. });
  875. },
  876. showSeatImg(){
  877. if(!this.positionData.seatImg){
  878. uni.$u.toast('没有图片')
  879. return
  880. }
  881. let urls = [];
  882. urls.push(this.positionData.seatImg)
  883. uni.previewImage({
  884. urls: urls,
  885. })
  886. },
  887. previewBanner(index){
  888. let urls = this.performInfo.photoList.map(item=>{
  889. return item.imageUrl
  890. });
  891. // console.log('urls',urls);
  892. uni.previewImage({
  893. urls: urls,
  894. current:index
  895. })
  896. }
  897. }
  898. }
  899. </script>
  900. <style lang="scss" scoped>
  901. .banner{
  902. position: relative;
  903. .img{
  904. width: 750rpx;
  905. height: 554rpx;
  906. display: block;
  907. }
  908. .content{
  909. position: absolute;
  910. // width: 100%;
  911. box-sizing: border-box;
  912. padding: 0 32rpx;
  913. right: 0;
  914. bottom: 200rpx;
  915. }
  916. .share{
  917. overflow: hidden;
  918. margin-bottom: 100rpx;
  919. float: right;
  920. .icon{
  921. float: right;
  922. display: block;
  923. width: 32rpx;
  924. height: 32rpx;
  925. padding: 10rpx;
  926. border-radius: 50%;
  927. background-color: rgba(0,0,0,0.4);
  928. }
  929. }
  930. }
  931. .base-info{
  932. position: relative;
  933. // margin-bottom: 54rpx;
  934. .inner{
  935. position: relative;
  936. padding: 50rpx 38rpx 58rpx 40rpx;
  937. background-color: #FFFFFF;
  938. border-radius: 32rpx 32rpx 0rpx 0rpx;
  939. margin-top: -30px;
  940. border-bottom: 12rpx solid #F7F8F9;
  941. }
  942. .name{
  943. font-size: 40rpx;
  944. font-weight: 800;
  945. color: #2D2D2D;
  946. margin-bottom: 26rpx;
  947. }
  948. .addr{
  949. font-size: 26rpx;
  950. font-weight: 400;
  951. color: #606060;
  952. }
  953. .menu{
  954. .item{
  955. margin-left: 18rpx;
  956. font-size: 18rpx;
  957. font-weight: 400;
  958. color: #999999;
  959. text-align: center;
  960. }
  961. .icon{
  962. width: 62rpx;
  963. height: 64rpx;
  964. display: block;
  965. margin-bottom: 4rpx;
  966. }
  967. }
  968. }
  969. .tabs-wrap{
  970. position: relative;
  971. margin-bottom: 54rpx;
  972. &::after{
  973. content: '';
  974. width: 100%;
  975. height: 1px;
  976. background-color: #eee;
  977. position: absolute;
  978. left: 0;
  979. right: 0;
  980. bottom: -46rpx;
  981. }
  982. .inner{
  983. position: relative;
  984. padding-top: 48rpx;
  985. background-color: #FFFFFF;
  986. // border-radius: 32rpx 32rpx 0rpx 0rpx;
  987. height: 46rpx;
  988. // margin-top: -30px;
  989. }
  990. }
  991. .date-block{
  992. margin-bottom: 64rpx;
  993. }
  994. .title{
  995. font-size: 32rpx;
  996. font-weight: bold;
  997. color: #2D2D2D;
  998. line-height: 48rpx;
  999. margin-bottom: 38rpx;
  1000. }
  1001. .empty{
  1002. background-color: #636363;
  1003. color: #979797;
  1004. border-radius: 8rpx;
  1005. padding: 24rpx;
  1006. text-align: center;
  1007. }
  1008. .session-wrap{
  1009. }
  1010. .session{
  1011. display: grid;
  1012. grid-template-columns: repeat(3, 1fr);
  1013. gap: 20rpx;
  1014. .session-item{
  1015. height: 80rpx;
  1016. line-height: 80rpx;
  1017. border-radius: 12rpx;
  1018. border: 2rpx solid #636363;
  1019. text-align: center;
  1020. font-size: 24rpx;
  1021. font-weight: 400;
  1022. color: #636363;
  1023. &.active{
  1024. color: #ED0000;
  1025. border-color: #ED0000;
  1026. }
  1027. }
  1028. }
  1029. .ticket-type{
  1030. .type-item{
  1031. background: #FFFFFF;
  1032. box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(180,180,180,0.5);
  1033. border-radius: 20rpx;
  1034. margin-bottom: 20rpx;
  1035. padding: 38rpx 40rpx;
  1036. .name-price{
  1037. margin-bottom: 26rpx;
  1038. }
  1039. .name{
  1040. font-size: 28rpx;
  1041. font-weight: 500;
  1042. color: #363636;
  1043. }
  1044. .prices{
  1045. font-size: 36rpx;
  1046. font-weight: bold;
  1047. color: #ED0000;
  1048. }
  1049. .ishave{
  1050. margin-bottom: 26rpx;
  1051. .text{
  1052. height: 30rpx;
  1053. line-height: 30rpx;
  1054. padding: 0 22rpx;
  1055. background: #FFC8C8;
  1056. border-radius: 20rpx;
  1057. font-size: 20rpx;
  1058. font-weight: 400;
  1059. color: #ED0000;
  1060. }
  1061. }
  1062. .bottom{
  1063. font-size: 22rpx;
  1064. font-weight: 400;
  1065. color: #7F7F7F;
  1066. .btn{
  1067. height: 60rpx;
  1068. line-height: 60rpx;
  1069. background: linear-gradient(90deg, #FF7979 0%, #ED0000 100%);
  1070. border-radius: 30rpx;
  1071. padding: 0 36rpx;
  1072. font-size: 28rpx;
  1073. font-weight: 500;
  1074. color: #FFFFFF;
  1075. &.disabled{
  1076. background: #979797;
  1077. }
  1078. }
  1079. }
  1080. }
  1081. .goodsSnapshot{
  1082. font-size: 24rpx;
  1083. color: #750000;
  1084. line-height: 1.5;
  1085. margin-top: 24rpx;
  1086. padding-bottom: 24rpx;
  1087. // border-bottom: 1px solid #750000;
  1088. }
  1089. }
  1090. .details{
  1091. .title{}
  1092. .details-block{
  1093. background: #FFFFFF;
  1094. box-shadow: 0rpx 2rpx 12rpx 2rpx rgba(221,221,221,0.5);
  1095. border-radius: 20rpx;
  1096. margin-bottom: 24rpx;
  1097. padding: 36rpx;
  1098. &.actors{
  1099. .title{
  1100. .right{
  1101. font-size: 24rpx;
  1102. font-weight: 400;
  1103. color: #7F7F7F;
  1104. }
  1105. }
  1106. }
  1107. }
  1108. .intro{
  1109. font-size: 26rpx;
  1110. font-weight: 400;
  1111. color: #4E4E4E;
  1112. line-height: 40rpx;
  1113. }
  1114. .actor-list{
  1115. .item{
  1116. flex-shrink: 0;
  1117. width: 160rpx;
  1118. text-align: center;
  1119. margin-right: 24rpx;
  1120. }
  1121. .img{
  1122. display: block;
  1123. width: 100%;
  1124. height: 200rpx;
  1125. margin-bottom: 16rpx;
  1126. }
  1127. .name{
  1128. font-size: 28rpx;
  1129. font-weight: 500;
  1130. color: #2D2D2D;
  1131. line-height: 42rpx;
  1132. margin-bottom: 4rpx;
  1133. }
  1134. .role{
  1135. font-size: 24rpx;
  1136. font-weight: 400;
  1137. color: #7F7F7F;
  1138. line-height: 36rpx;
  1139. }
  1140. }
  1141. }
  1142. .canvas{
  1143. position: fixed;
  1144. left: -99999px;
  1145. }
  1146. </style>