Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
e9047a600e
1 changed files with 4 additions and 4 deletions
  1. 8
      pages/process/order-info/index.wxml

8
pages/process/order-info/index.wxml

@ -120,12 +120,12 @@
<view class="text-gray">{{formate.formateAmount(form.settleUnitPrice)}}</view>
</view>
</van-cell>
<!-- <van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">扣减金额(元)</view>
<view class="text-gray">{{form.deductPrice || ''}}</view>
<view class="text-black">结算重量(公斤)</view>
<view class="text-gray">{{form.settleWeight || '- -'}}</view>
</view>
</van-cell> -->
</van-cell>
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算金额(元)</view>

Loading…
Cancel
Save