pages/product/m-buy/goods.vue
@@ -101,6 +101,9 @@ <view class="view-class-title">数量</view> <uni-number-box class="uNumber" :min="1" :max="999" :disabled="goodsDetail.quantity === 0" v-model="num"></uni-number-box> </view> <view class="template"> {{JSON.stringify(consumizetemplateInfo)}} </view> </scroll-view> <!-- 按钮 --> <view class="btns" v-if="goodsDetail.quantity !== 0"> @@ -169,6 +172,10 @@ pointDetail: { default: '', type: null }, consumizetemplateInfo:{ default:'', type: null } }, computed: {