|
@@ -635,7 +635,7 @@
|
|
|
this.ticketTypeIndex = index;
|
|
|
this.goodsSnapshot = this.ticketTypeList[this.ticketTypeIndex]?.goodsSnapshot;
|
|
|
this.positionArr = this.ticketTypeList[this.ticketTypeIndex]?.regionList||[];
|
|
|
- this.positionIndex = index;
|
|
|
+ this.positionIndex = 0;
|
|
|
// this.getPositionData()
|
|
|
},
|
|
|
positionClick(index){
|