Browse Source

no message

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

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

@ -15,7 +15,7 @@
</view>
<view class="text-gray text-sm" style="margin-top: 4rpx;">调价时间:{{moment.formateTimes(item.latestQuoteTime, 5, 10)}}</view>
</view>
<view class="text-black" style="width: 20%;;" bindtap="lookItem">{{stringUtil.queue(item.retainedReceivedQuantity)}}</view>
<view class="text-black" style="width: 20%;;" bindtap="lookItem">{{stringUtil.queue(item.totalReceivedQuantity)}}</view>
<view class="text-black" style="width: 16%;" bindtap="lookItem">{{stringUtil.precent(item.startDeductionPoints)}}</view>
<view style="width: 48rpx;" bindtap="onFlodTap">
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}} text-gray" style="font-size:48rpx;"></text>

Loading…
Cancel
Save