|
|
|
@ -218,7 +218,7 @@ |
|
|
|
<view class="status-tag negotiate-{{item.negotiateStatus === '可议价' ? 'yes' : 'no'}}">{{item.negotiateStatus}}</view> |
|
|
|
</view> |
|
|
|
<view class="product-meta"> |
|
|
|
<text class="sales-count">已售{{item.sales || item.reservedCount || 0}}件</text> |
|
|
|
<text class="sales-count">已有{{item.reservedCount || 0}}人收藏</text> |
|
|
|
<text class="product-location">{{item.region || ''}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -276,7 +276,7 @@ |
|
|
|
<view class="status-tag negotiate-{{item.negotiateStatus === '可议价' ? 'yes' : 'no'}}">{{item.negotiateStatus}}</view> |
|
|
|
</view> |
|
|
|
<view class="product-meta"> |
|
|
|
<text class="sales-count">已售{{item.sales || item.reservedCount || 0}}件</text> |
|
|
|
<text class="sales-count">已有{{item.reservedCount || 0}}人收藏</text> |
|
|
|
<text class="product-location">{{item.region || ''}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|