瀏覽代碼

添加包装数量

xiaohaizhao 10 月之前
父節點
當前提交
d9ad2afa49
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      packageA/activity/selectProduct/cart/index.wxml
  2. 1 1
      packageA/favorites/index.wxml
  3. 1 1
      pages/index/collect/index.wxml

+ 1 - 1
packageA/activity/selectProduct/cart/index.wxml

@@ -29,7 +29,7 @@
 			</view>
 			<view class="bottom">
 				<view class="check label-class">
-					起订量:{{item.orderminqty}},增减量:{{item.orderaddqty}}
+					起订量:{{item.orderminqty}},增减量:{{item.orderaddqty}},包装数量:{{item.packageqty}}
 				</view>
 				<van-stepper value="{{ item.qty }}" min="{{item.orderminqty}}" step="{{item.orderaddqty||1}}" input-class='input-class' data-index="{{index}}" bind:minus='stepperChange' bind:plus='stepperChange' bind:blur='inputBlur' />
 			</view>

+ 1 - 1
packageA/favorites/index.wxml

@@ -28,7 +28,7 @@
 			</view>
 			<view class="bottom">
 				<view class="check label-class">
-					起订量:{{item.orderminqty}},增减量:{{item.orderaddqty}}
+					起订量:{{item.orderminqty}},增减量:{{item.orderaddqty}},包装数量:{{item.packageqty}}
 				</view>
 				<van-stepper value="{{ item.favoritesqty }}" min="{{item.orderminqty}}" step="{{item.orderaddqty||1}}" input-class='input-class' data-index="{{index}}" bind:minus='stepperChange' bind:plus='stepperChange' bind:blur='inputBlur' />
 			</view>

+ 1 - 1
pages/index/collect/index.wxml

@@ -28,7 +28,7 @@
 			</view>
 			<view class="bottom">
 				<view class="check label-class">
-					起订量:{{item.orderminqty}},增减量:{{item.orderaddqty}}
+					起订量:{{item.orderminqty}},增减量:{{item.orderaddqty}},包装数量:{{item.packageqty}}
 				</view>
 				<van-stepper button-size='{{32}}' value="{{ item.qty }}" min="{{item.orderminqty}}" step="{{item.orderaddqty||1}}" input-class='input-class' data-index="{{index}}" bind:minus='stepperChange' bind:plus='stepperChange' bind:blur='inputBlur' />
 			</view>