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

首页弹框处理

parent 2e1cb370
......@@ -415,7 +415,7 @@ export default {
})
} else if (!that.preLoginPage) {
that.openAd()
this.getUpdateOpenAd(userInfo)
that.getUpdateOpenAd(userInfo)
// #ifdef APP-PLUS
if (that.appVersion) {
that.openVe()
......@@ -571,7 +571,7 @@ export default {
this.adData = res.data.list[0]
let pages = getCurrentPages() // 获取栈实例
if (pages.length > 1) {
let prevPage = pages[pages.length - 2]
let prevPage = pages[pages.length - 1]
if (prevPage && prevPage.route == 'pages/login/login') {
this.preLoginPage = true
}
......
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