Commit d03aafff authored by honghy's avatar honghy Committed by wux

bug171 (生产)【(APP/h5)登录】登录成功后,页面没有马上弹出本该弹出的弹窗,需要刷新页面后才弹出来

parent 0e92e659
...@@ -402,7 +402,7 @@ export default { ...@@ -402,7 +402,7 @@ export default {
uni.navigateTo({ uni.navigateTo({
url: '../editPsd/editPsd' url: '../editPsd/editPsd'
}) })
} else if (!that.preLoginPage) { } else {
that.openAd() that.openAd()
that.getUpdateOpenAd(userInfo) that.getUpdateOpenAd(userInfo)
// #ifdef APP-PLUS // #ifdef APP-PLUS
...@@ -413,7 +413,7 @@ export default { ...@@ -413,7 +413,7 @@ export default {
} }
} }
}) })
} else if (!that.preLoginPage) { } else {
that.openAd() that.openAd()
that.getUpdateOpenAd(userInfo) that.getUpdateOpenAd(userInfo)
// #ifdef APP-PLUS // #ifdef APP-PLUS
......
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