|
@@ -26,7 +26,9 @@
|
|
|
<text class="unit">单位/{{detail.unitname}}</text>
|
|
|
</view>
|
|
|
<view class="else">
|
|
|
- <text>起订量:{{detail.orderminqty}}({{detail.unitname}})</text>
|
|
|
+ <text>起订量:{{detail.orderminqty||' --'}}</text>
|
|
|
+ <text>增量:{{detail.orderaddqty||' --'}}</text>
|
|
|
+ <text>包装数量:{{detail.packageqty||' --'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 选择规格 -->
|