|
|
|
@ -12,10 +12,9 @@ |
|
|
|
<view class="flex page-num" style="margin-top:8rpx;justify-content: space-between"> |
|
|
|
<view class="text-cut" style="font-size:24rpx;max-width: 240rpx">{{item.locProvinceName + item.locCityName}} |
|
|
|
</view> |
|
|
|
<view style="font-size:24rpx;margin-left:24rpx" wx:if="{{item.stock}}"> |
|
|
|
库存:{{formate.formateWeight(item.stock, kg)}}</view> |
|
|
|
<view style="font-size:24rpx;margin-left:24rpx" wx:if="{{item.stock}}">库存:{{formate.formateWeight(item.stock, kg)}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex" style="margin-top:16rpx"> |
|
|
|
<view class="flex flex-center" style="margin-top:16rpx;justify-content: flex-start"> |
|
|
|
<text class="text-xs text-gray" wx:if="{{item.bidType == 2}}">起拍单价</text> |
|
|
|
<text class="page-price">¥{{formate.formatePrice(item.unitPrice, kg)}}</text> |
|
|
|
<view class="text-df" style="color: rgba(255, 66, 43, 1);margin-left:8rpx">{{ kg? '元/KG' : '元/吨' }} |
|
|
|
|