|
|
@ -8,11 +8,11 @@ |
|
|
</wux-image> |
|
|
</wux-image> |
|
|
<view style="margin-left:24rpx;flex:1"> |
|
|
<view style="margin-left:24rpx;flex:1"> |
|
|
<view class="flex"> |
|
|
<view class="flex"> |
|
|
<view class="text-sg text-cut text-bold" > |
|
|
|
|
|
|
|
|
<view class="text-sg text-cut flex-justify text-bold" > |
|
|
{{item.name}} |
|
|
{{item.name}} |
|
|
</view> |
|
|
</view> |
|
|
<!-- 这里等接口传一个最近代卖参数 --> |
|
|
<!-- 这里等接口传一个最近代卖参数 --> |
|
|
<text wx:if="{{item.cumulativeWeight>20000}}" class="item-tag" size="">最近代卖</text> |
|
|
|
|
|
|
|
|
<text wx:if="{{item.isRecentlySale}}" class="item-tag" size="">最近代卖</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-xs text-gray" style="margin-top:4rpx"> |
|
|
<view class="text-xs text-gray" style="margin-top:4rpx"> |
|
|
<text>{{item.locProvinceName + item.locCityName + item.locDistrictName}}</text> |
|
|
<text>{{item.locProvinceName + item.locCityName + item.locDistrictName}}</text> |
|
|
|