|
|
|
@ -6,13 +6,14 @@ |
|
|
|
</view> |
|
|
|
<view style="flex: 1;"> |
|
|
|
<view class="flex flex-center"> |
|
|
|
<text class="text-lg text-red">2560</text> |
|
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
|
<text class="text-lg {{item.floatingQuotedPrice > 0 ? 'text-red' : 'text-green'}}">{{item.quotedPrice}}</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-down.png" wx:elif="{{item.floatingQuotedPrice < 0}}"></image> |
|
|
|
</view> |
|
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">当前价</view> |
|
|
|
</view> |
|
|
|
<view style="flex: 1;"> |
|
|
|
<view class="text-df text-green" style="text-align: center">+20</view> |
|
|
|
<view class="text-df {{item.floatingQuotedPrice > 0 ? 'text-red' : 'text-green'}}" style="text-align: center">{{item.floatingQuotedPrice}}</view> |
|
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">较上次</view> |
|
|
|
</view> |
|
|
|
</view> |