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

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

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