|
|
@ -119,6 +119,7 @@ |
|
|
<view class="wq-item"> |
|
|
<view class="wq-item"> |
|
|
<!-- 使用display字段显示完整信息,包括已下架标记 --> |
|
|
<!-- 使用display字段显示完整信息,包括已下架标记 --> |
|
|
<text class="wq-text">{{item.display}}</text> |
|
|
<text class="wq-text">{{item.display}}</text> |
|
|
|
|
|
<text wx:if="{{item.isOffShelf}}" style="color: red; margin-left: 20rpx;">已下架</text> |
|
|
</view> |
|
|
</view> |
|
|
</block> |
|
|
</block> |
|
|
</view> |
|
|
</view> |
|
|
@ -319,6 +320,7 @@ |
|
|
<block wx:if="{{item.weightQuantityData && item.weightQuantityData.length > 0}}"> |
|
|
<block wx:if="{{item.weightQuantityData && item.weightQuantityData.length > 0}}"> |
|
|
<view wx:for="{{item.weightQuantityData}}" wx:for-item="specItem" wx:key="index"> |
|
|
<view wx:for="{{item.weightQuantityData}}" wx:for-item="specItem" wx:key="index"> |
|
|
{{specItem.display}} |
|
|
{{specItem.display}} |
|
|
|
|
|
<text wx:if="{{specItem.isOffShelf}}" style="color: red; margin-left: 20rpx;">已下架</text> |
|
|
</view> |
|
|
</view> |
|
|
</block> |
|
|
</block> |
|
|
<block wx:else> |
|
|
<block wx:else> |
|
|
@ -372,6 +374,7 @@ |
|
|
<block wx:if="{{item.weightQuantityData && item.weightQuantityData.length > 0}}"> |
|
|
<block wx:if="{{item.weightQuantityData && item.weightQuantityData.length > 0}}"> |
|
|
<view wx:for="{{item.weightQuantityData}}" wx:for-item="specItem" wx:key="index"> |
|
|
<view wx:for="{{item.weightQuantityData}}" wx:for-item="specItem" wx:key="index"> |
|
|
{{specItem.display}} |
|
|
{{specItem.display}} |
|
|
|
|
|
<text wx:if="{{specItem.isOffShelf}}" style="color: red; margin-left: 20rpx;">已下架</text> |
|
|
</view> |
|
|
</view> |
|
|
</block> |
|
|
</block> |
|
|
<block wx:else> |
|
|
<block wx:else> |
|
|
|