|
|
|
@ -44,7 +44,7 @@ |
|
|
|
<text class="text-red text-xs" style="padding-top:2rpx">{{formate.formatePrice(cateItem.floatingPrice, kg)}}</text> |
|
|
|
<text class="text-xs text-gray" style="margin-left:16rpx">较昨日</text> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center text-df" style="padding:6rpx 0rpx" wx:elif="{{item.floatingPrice < 0}}"> |
|
|
|
<view class="flex flex-center text-df" style="padding:6rpx 0rpx" wx:elif="{{cateItem.floatingPrice < 0}}"> |
|
|
|
<text class="cuIcon-refresharrow text-green" style="font-size:24rpx;margin-top:2rpx;"></text> |
|
|
|
<text class="text-green text-xs" style="padding-top:2rpx">{{formate.formatePrice(-cateItem.floatingPrice, kg)}}</text> |
|
|
|
<text class="text-xs text-gray" style="margin-left:16rpx">较昨日</text> |
|
|
|
|