|
@@ -451,6 +451,7 @@
|
|
|
item.performTimeEnd = item.performTimeEnd;
|
|
|
return item
|
|
|
});
|
|
|
+ console.log('this.sessionList',this.sessionList);
|
|
|
this.sessionIndex = 0;
|
|
|
let session = this.sessionList[this.sessionIndex];
|
|
|
this.getPositionData();
|
|
@@ -618,7 +619,7 @@
|
|
|
// console.log('getPositionData',res.data);
|
|
|
this.positionData = res.data;
|
|
|
// this.positionArr = res.data.regionPriceList||[];
|
|
|
- this.ticketTypeList = res.data.goodsList;
|
|
|
+ this.ticketTypeList = res.data.goodsList||[];
|
|
|
this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
|
|
|
this.positionArr = this.ticketTypeList[this.ticketTypeIndex]?.regionList||[];
|
|
|
uni.hideLoading();
|