Ver código fonte

票务绑定调整

gcz 1 ano atrás
pai
commit
880bea217a
1 arquivos alterados com 1 adições e 1 exclusões
  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){