调整
This commit is contained in:
@@ -99,7 +99,11 @@ const userCheck = (mallId) => {
|
||||
reject('您的账号未激活或已失效,请激活后使用')
|
||||
return false
|
||||
}
|
||||
if (res.type != 4 && mallId != store.state.userInfo.mallId) {
|
||||
let tempMallId = mallId
|
||||
if (!tempMallId) {
|
||||
tempMallId = store.state.mallId
|
||||
}
|
||||
if (res.type != 4 && tempMallId != store.state.userInfo.mallId) {
|
||||
Message.error('您当前登录的TEMU账号与会员绑定账号不一致')
|
||||
reject('您当前登录的TEMU账号与会员绑定账号不一致')
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user