购物车登录
This commit is contained in:
parent
50787f1df9
commit
df16e85df9
@ -893,9 +893,7 @@
|
||||
getConfig() {
|
||||
let self = this
|
||||
// 获取配置
|
||||
getconfig().then(res => {
|
||||
|
||||
}).catch(err => {})
|
||||
getconfig().then(res => {}).catch(err => {})
|
||||
},
|
||||
/**到货通知*/
|
||||
arrivalNotice() {
|
||||
|
@ -607,7 +607,8 @@
|
||||
this.getMerClassifly();
|
||||
|
||||
// 购物车
|
||||
this.getCart();
|
||||
if (this.isLogin)
|
||||
this.getCart();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user