gcz 1 rok pred
rodič
commit
880bea217a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages/ticketlist.vue

+ 1 - 1
pages/ticketlist.vue

@@ -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){