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