order 8.13

This commit is contained in:
ghusermoon 2020-08-13 12:13:12 +08:00
parent 1936105b1b
commit 3b01c1acca
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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>