Commit 2927e2ad authored by lei's avatar lei

fix:扫码商户进行安全检查返回无商家信息 问题

parent fc60bea4
......@@ -140,20 +140,21 @@ window.onload = function () {
let param = {
accessType: this.accessType,
merId: this.userInfo.merId,
unitName: this.userInfo.unitName,
smallPlaceTypeName: this.userInfo.smallPlaceTypeName,
}
if (this.userInfo.userType === 'shop') {
param = {
...param,
accessType: 'shop',
unitName: this.userInfo.unitName,
smallPlaceTypeName: this.userInfo.smallPlaceTypeName,
}
if (toData == 'check_info') {
param = {
...param,
accessType: 'shop',
flag: 'ADD',
pageName: 'home',
pageName: '../home',
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment