|
|
@ -6,7 +6,7 @@ |
|
|
<view class="text-gray text-xs" style="margin-top: 6rpx;">{{item.latestQuoteTime}}</view> |
|
|
<view class="text-gray text-xs" style="margin-top: 6rpx;">{{item.latestQuoteTime}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="width: 132rpx;"> |
|
|
<view style="width: 132rpx;"> |
|
|
<view class="flex"> |
|
|
|
|
|
|
|
|
<view class="flex flex-center" style="justify-content: flex-start;"> |
|
|
<text class="text-lg {{moment.colorText(item.floatingQuotedPrice)}}">{{formate.formatePrice(item.quotedPrice, 0)}}</text> |
|
|
<text class="text-lg {{moment.colorText(item.floatingQuotedPrice)}}">{{formate.formatePrice(item.quotedPrice, 0)}}</text> |
|
|
<image style="height: 20rpx;width: 20rpx;margin-left: 4rpx" src="/assets/image/icon-up.png" wx:if="{{item.floatingQuotedPrice > 0}}"></image> |
|
|
<image style="height: 20rpx;width: 20rpx;margin-left: 4rpx" src="/assets/image/icon-up.png" wx:if="{{item.floatingQuotedPrice > 0}}"></image> |
|
|
<image style="height: 20rpx;width: 20rpx;margin-left: 4rpx" src="/assets/image/icon-down.png" wx:elif="{{item.floatingQuotedPrice < 0}}"></image> |
|
|
<image style="height: 20rpx;width: 20rpx;margin-left: 4rpx" src="/assets/image/icon-down.png" wx:elif="{{item.floatingQuotedPrice < 0}}"></image> |
|
|
|