Browse Source

订单详情优化

test
Enzo 5 years ago
parent
commit
984b9fc37f
  1. 10
      pages/order/order_details.vue

10
pages/order/order_details.vue

@ -45,7 +45,15 @@
</view>
<view class="cu-bar padding-lr">
<text class="lf-color-555 lf-font-28">支付方式</text>
<text class="lf-font-28 text-black1">微信支付</text>
<text class="lf-font-28 text-black1">{{orderDetails.pay_type_text}}</text>
</view>
<view class="cu-bar padding-lr">
<text class="lf-color-555 lf-font-28">联系人</text>
<text class="lf-font-28 text-black1">{{orderDetails.name}}</text>
</view>
<view class="cu-bar padding-lr">
<text class="lf-color-555 lf-font-28">电话</text>
<text class="lf-font-28 text-black1">{{orderDetails.mobile}}</text>
</view>
</view>

Loading…
Cancel
Save