|
@@ -47,7 +47,13 @@
|
|
|
|
|
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
|
<view>支付方式:</view>
|
|
<view>支付方式:</view>
|
|
|
- <view>{{ detailInfo.payWay }}</view>
|
|
|
|
|
|
|
+ <view>{{
|
|
|
|
|
+ detailInfo.payWay==0?'微信支付'
|
|
|
|
|
+ :detailInfo.payWay==1?'支付宝'
|
|
|
|
|
+ :detailInfo.payWay==2?'余额'
|
|
|
|
|
+ :detailInfo.payWay==3?'欠款'
|
|
|
|
|
+ :'未知'
|
|
|
|
|
+ }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="order-info_box">
|
|
<view class="order-info_box">
|
|
@@ -56,9 +62,8 @@
|
|
|
detailInfo.status==1?'待付款'
|
|
detailInfo.status==1?'待付款'
|
|
|
:detailInfo.status==2?'待配送'
|
|
:detailInfo.status==2?'待配送'
|
|
|
:detailInfo.status==3?'配送中'
|
|
:detailInfo.status==3?'配送中'
|
|
|
- :detailInfo.status==4?'已签收'
|
|
|
|
|
- :detailInfo.status==5?'已入库'
|
|
|
|
|
- :detailInfo.status==6?'已取消'
|
|
|
|
|
|
|
+ :detailInfo.status==4?'已完成'
|
|
|
|
|
+ :detailInfo.status==5?'已取消'
|
|
|
:'已退款'
|
|
:'已退款'
|
|
|
}}</view>
|
|
}}</view>
|
|
|
</view>
|
|
</view>
|