调整
This commit is contained in:
@@ -153,17 +153,10 @@ import { Message } from 'element-ui'
|
||||
Message.error("请先选择店铺")
|
||||
return
|
||||
}
|
||||
this.$http.post('/api/malluser/info').then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$store.commit('setUserInfo', res.data)
|
||||
if (res.data.flag != 1) {
|
||||
Message.error('您的账号未激活或已失效,请激活后使用')
|
||||
this.$store.commit('setActiveDlgShow', true)
|
||||
return;
|
||||
} else {
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
this.$userCheck(this.mallId).then(() => {
|
||||
this.getList()
|
||||
}).catch((err) => {
|
||||
console.log(err)
|
||||
})
|
||||
},
|
||||
getList () {
|
||||
|
||||
Reference in New Issue
Block a user