Browse Source

no message

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

2
pages/moment/moment-item/index.wxml

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

Loading…
Cancel
Save