order 8.13
This commit is contained in:
parent
1936105b1b
commit
3b01c1acca
@ -38,10 +38,10 @@ export default {
|
||||
name: '试穿试送'
|
||||
},{
|
||||
name: '拼团中'
|
||||
}, {
|
||||
name: '售后'
|
||||
}, {
|
||||
name: '待评价'
|
||||
}, {
|
||||
name: '售后'
|
||||
}],
|
||||
orderList: [],
|
||||
loadStatus: ['loadmore','loadmore','loadmore','loadmore','loadmore','loadmore','loadmore','loadmore'],
|
||||
@ -101,10 +101,10 @@ export default {
|
||||
type = 9; // 拼团中
|
||||
break;
|
||||
case 6:
|
||||
type = 8; // 售后
|
||||
type = 4; // 待评价
|
||||
break;
|
||||
case 7:
|
||||
type = 4; // 待评价
|
||||
type = 8; // 售后
|
||||
break;
|
||||
default:
|
||||
type = -1;
|
||||
|
@ -71,11 +71,11 @@
|
||||
<image src="/static/image/mine/37.png"></image>
|
||||
<view>拼团中</view>
|
||||
</view>
|
||||
<view @click="toOtherPage('/order/Index?current=7')">
|
||||
<view @click="toOtherPage('/order/Index?current=6')">
|
||||
<image src="/static/image/mine/3.png"></image>
|
||||
<view>待评价</view>
|
||||
</view>
|
||||
<view @click="toOtherPage('/order/Index?current=6')">
|
||||
<view @click="toOtherPage('/order/Index?current=7')">
|
||||
<image src="/static/image/mine/9.png"></image>
|
||||
<view>售后</view>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user