|
@@ -57,10 +57,12 @@
|
|
|
价格:<text class="num">¥{{handleHide.query(item.gradeprice || item.price,hidePrice)}}元</text><text wx:if="{{item.gradeprice<item.oldprice ||item.price<item.oldprice}}" style="text-decoration:line-through; color:#999;">/{{handleHide.query(item.oldprice,hidePrice)}}元</text>
|
|
|
</view>
|
|
|
<view class="subfield line-1">
|
|
|
- 限购数量:{{item.groupqty==0?'不限购':(item.groupqty-item.saledqty)<=0?'已售罄':item.groupqty}}
|
|
|
+ 限购数量:{{item.groupqty==0?'不限购':(item.groupqty-item.saledqty)<=0?'已售罄':item.groupqty}} </view>
|
|
|
+ <view class="subfield">
|
|
|
+ 包装数量:{{item.packageqty}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
</navigator>
|
|
|
|
|
|
<view wx:if="{{list.length==0}}" style="margin-left: -30rpx; padding-bottom: 150rpx;">
|