Ver código fonte

代码回退

zhanghui 1 ano atrás
pai
commit
30d047cc0b
1 arquivos alterados com 3 adições e 4 exclusões
  1. 3 4
      pages/groupbuying_details/index.vue

+ 3 - 4
pages/groupbuying_details/index.vue

@@ -139,7 +139,7 @@
 												</view>
 
 												<view class="u-number-box" v-if="!storeInfo.isEnd">
-													<u-number-box :name="index" :disabled="!isShowBottom" :min=0 :max="10" v-model="storeInfo.goodsList[index].num" @change="addGoodsNum"></u-number-box>
+													<u-number-box :disabled="!isShowBottom" :min=0 :max="10" v-model="storeInfo.goodsList[index].num" @change="addGoodsNum"></u-number-box>
 												</view>
 											</view>
 										</view>
@@ -1232,9 +1232,8 @@ export default {
 		// 		this.$set(this, "attrValue", productSelect.suk);
 		// 	}
 		// },
-    addGoodsNum(e) {
-		console.log(e)
-		this.storeInfo.goodsList[e.name].num = e.value
+    addGoodsNum(item) {
+
     }
 	},
 };