Browse Source

添加运费显示

master
Enzo 4 years ago
parent
commit
61294e5a86
  1. 16
      pages/order/newdetail/newdetail.vue

16
pages/order/newdetail/newdetail.vue

@ -27,13 +27,13 @@
查看详情
</view>
</view>
<view class="card" v-if="type == 'default'" style="margin-top: 0;">
<view class="card" style="margin-top: 0;">
<view class="lf-font-28">
<text class="lf-color-222 lf-font-bold">王小二</text>
<text class="lf-color-777 lf-m-l-20">18284385380</text>
<text class="lf-color-222 lf-font-bold">{{order_details.accept_name}}</text>
<text class="lf-color-777 lf-m-l-20">{{order_details.mobile}}</text>
</view>
<view class="lf-font-28 lf-color-333 lf-m-t-20">
<text>广西壮族自治区-南宁市-青秀区-民族大道民族大道民族大道民族大道民族大道民族大道15号</text>
<text>{{order_details.address_name}}{{order_details.address}}</text>
</view>
</view>
<view class="card goods">
@ -59,6 +59,14 @@
<text class="lf-color-777">积分数量</text>
<text class="lf-color-222">{{order_details.redeem_point}}</text>
</view>
<view class="lf-row-between lf-m-t-30 lf-font-28">
<text class="lf-color-777">应付运费</text>
<text class="lf-color-222">+¥{{order_details.payable_freight}}</text>
</view>
<view class="lf-row-between lf-m-t-30 lf-font-28">
<text class="lf-color-777">实付运费</text>
<text class="lf-color-222">+¥{{order_details.real_freight}}</text>
</view>
</view>
<view class="card" v-if="type == 'default'">
<view class="lf-row-between lf-font-28">

Loading…
Cancel
Save