|
@@ -16,6 +16,9 @@
|
|
|
<text class="line-1" style="margin-right: 6rpx;">型号:{{item.model||' --'}}</text>
|
|
|
<text class="line-1">规格:{{item.spec||' --'}}</text>
|
|
|
</view>
|
|
|
+ <view wx:if="{{item.iscustomsize}}" class="subfield" style="margin-top: 8rpx;">
|
|
|
+ 定制属性:{{item.customproperties}}
|
|
|
+ </view>
|
|
|
<view class="subfield" style="margin-top: 8rpx;">
|
|
|
<text class="price" style="margin-right: 6rpx;">{{handleHide.query(item.price,hidePrice)}}</text>
|
|
|
<text style="font-weight: 600;color: #666;">库存:{{item.invbalqty-item.unsoldqty>=0?'有货':'缺货'}}</text>
|