Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
e78cc6b8d9
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/mall/information-item/index.wxml

2
pages/mall/information-item/index.wxml

@ -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>

Loading…
Cancel
Save