|
|
|
@ -343,13 +343,13 @@ |
|
|
|
|
isNodes: 0, //控制什么时候开始抓取元素节点,只要数值改变就重新抓取 |
|
|
|
|
orderMenu: [{ |
|
|
|
|
// icon: 'icon-daifukuan1', |
|
|
|
|
icon:'http://b2.njrenzhou.com/uploads/def/20240310/d513b476a68d22949906e72a041cb156.png', |
|
|
|
|
icon:'https://admin.huitongzx.cn/uploads/def/20240310/d513b476a68d22949906e72a041cb156.png', |
|
|
|
|
title: '待付款', |
|
|
|
|
url: '/pages/users/order_list/index?status=0', |
|
|
|
|
num: 0 |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
icon:'http://b2.njrenzhou.com/uploads/def/20240310/235ede9ae7c8ce44bb8a7d97f5a144fa.png', |
|
|
|
|
icon:'https://admin.huitongzx.cn/uploads/def/20240310/235ede9ae7c8ce44bb8a7d97f5a144fa.png', |
|
|
|
|
// icon: 'icon-daifahuo1', |
|
|
|
|
title: '待发货', |
|
|
|
|
url: '/pages/users/order_list/index?status=1', |
|
|
|
@ -357,21 +357,21 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
// icon: 'icon-daishouhuo1', |
|
|
|
|
icon:'http://b2.njrenzhou.com/uploads/def/20240310/e64f2f0d7c1ece0a5de189ebf6b734c3.png', |
|
|
|
|
icon:'https://admin.huitongzx.cn/uploads/def/20240310/e64f2f0d7c1ece0a5de189ebf6b734c3.png', |
|
|
|
|
title: '待收货', |
|
|
|
|
url: '/pages/users/order_list/index?status=2', |
|
|
|
|
num: 0 |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
// icon: 'icon-daipingjia1', |
|
|
|
|
icon:'http://b2.njrenzhou.com/uploads/def/20240310/836207205f1cfaa861979b3f22300c27.png', |
|
|
|
|
icon:'https://admin.huitongzx.cn/uploads/def/20240310/836207205f1cfaa861979b3f22300c27.png', |
|
|
|
|
title: '待评价', |
|
|
|
|
url: '/pages/users/order_list/index?status=3', |
|
|
|
|
num: 0 |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
// icon: 'icon-a-shouhoutuikuan1', |
|
|
|
|
icon:'http://b2.njrenzhou.com/uploads/def/20240310/af109e9a9005bae9b74608f11a3cc8c7.png', |
|
|
|
|
icon:'https://admin.huitongzx.cn/uploads/def/20240310/af109e9a9005bae9b74608f11a3cc8c7.png', |
|
|
|
|
title: '售后/退款', |
|
|
|
|
url: '/pages/users/refund/list', |
|
|
|
|
num: 0 |
|
|
|
@ -441,6 +441,7 @@ |
|
|
|
|
if (that.isLogin) { |
|
|
|
|
this.getUserInfo(); |
|
|
|
|
this.orderNum(); |
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
|
this.userInfo = {} |
|
|
|
|
this.orderMenu.forEach(v=>{ |
|
|
|
@ -598,6 +599,7 @@ |
|
|
|
|
this.getUserInfo(); |
|
|
|
|
this.getMyMenus(); |
|
|
|
|
this.orderNum(); |
|
|
|
|
|
|
|
|
|
this.isShowAuth = false; |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
@ -631,6 +633,7 @@ |
|
|
|
|
that.$set(that.assets,item,Math.floor(res.data.assets[item])); |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
that.spreadPeopleHandle() |
|
|
|
|
|
|
|
|
|
that.getMyMenus(); |
|
|
|
|
}); |
|
|
|
|