|
|
|
@ -10,7 +10,7 @@ |
|
|
|
</view> |
|
|
|
<view style="width: 30%;"> |
|
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
|
<text class="text-lg text-bold {{moment.colorText(item.typicalFloatingQuotedPrice)}}">{{formate.formatePrice(item.typicalFloatingQuotedPrice, 0)}}</text> |
|
|
|
<text class="text-lg {{moment.colorText(item.typicalFloatingQuotedPrice)}}">{{formate.formatePrice(item.typicalFloatingQuotedPrice, 0)}}</text> |
|
|
|
<image class="float-image" src="{{moment.floatImage(item.typicalFloatingQuotedPrice)}}" wx:if="{{moment.checkPrice(item.typicalFloatingQuotedPrice)}}"></image> |
|
|
|
</view> |
|
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;">调价时间:{{moment.formateTimes(item.latestQuoteTime, 5, 10)}}</view> |
|
|
|
|