|
|
@ -230,6 +230,7 @@ |
|
|
<view class="product-meta"> |
|
|
<view class="product-meta"> |
|
|
<text class="sales-count">已有{{item.reservedCount || 0}}人收藏</text> |
|
|
<text class="sales-count">已有{{item.reservedCount || 0}}人收藏</text> |
|
|
<text class="product-location">{{item.region || ''}}</text> |
|
|
<text class="product-location">{{item.region || ''}}</text> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -275,6 +276,7 @@ |
|
|
data-item="{{item}}" |
|
|
data-item="{{item}}" |
|
|
data-index="0" |
|
|
data-index="0" |
|
|
></image> |
|
|
></image> |
|
|
|
|
|
<view wx:if="{{item.supplyStatus === '预售'}}" class="promo-tag presale">预售</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="product-info"> |
|
|
<view class="product-info"> |
|
|
<view class="product-title">{{item.name}}</view> |
|
|
<view class="product-title">{{item.name}}</view> |
|
|
|