docs: 统一收货相关术语为收件并更新版本号
将“收货地址”、“收货人”、“待发货”、“待收货”等术语统一修改为“收件地址”、“收件人”、“待发出”、“待收到”等更准确的表述 更新manifest.json中的版本号为1.2.84
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<view class="orderList" v-if="orderList.length > 0">
|
||||
<view class="orderItem" v-for="(ifex,inten) in orderList" @click="goOrdiCont(ifex)" :key="inten">
|
||||
<text class="orderState orderState0" v-if="ifex.orderStatus==0">待支付</text>
|
||||
<text class="orderState orderState1" v-if="ifex.orderStatus==1">待发货</text>
|
||||
<text class="orderState orderState2" v-if="ifex.orderStatus==2">待收货</text>
|
||||
<text class="orderState orderState1" v-if="ifex.orderStatus==1">待发出</text>
|
||||
<text class="orderState orderState2" v-if="ifex.orderStatus==2">待收到</text>
|
||||
<text class="orderState orderState3" v-if="ifex.orderStatus==3">已完成</text>
|
||||
<text class="orderState orderState5" v-if="ifex.orderStatus==5">已超时</text>
|
||||
<view class="guoqi flexbox" v-if="ifex.orderStatus==0 && ifex.overTime > 0">
|
||||
@@ -122,10 +122,10 @@
|
||||
name: '待支付',
|
||||
value: 0
|
||||
}, {
|
||||
name: '待发货',
|
||||
name: '待发出',
|
||||
value: 1
|
||||
}, {
|
||||
name: '待收货',
|
||||
name: '待收到',
|
||||
value: 2
|
||||
}, {
|
||||
name: '已完成',
|
||||
|
||||
Reference in New Issue
Block a user