Commit 5f219db6 by 高淑倩

modify: 图片导航弹框

parent d11e4c83
...@@ -53,9 +53,9 @@ Component({ ...@@ -53,9 +53,9 @@ Component({
// wxService.router(`${path}`) // wxService.router(`${path}`)
// return // return
// } // }
this.setData({ // this.setData({
isAuthorization: true // isAuthorization: true
}) // })
} }
} else { } else {
// 跳转其他小程序 // 跳转其他小程序
...@@ -73,6 +73,11 @@ Component({ ...@@ -73,6 +73,11 @@ Component({
// }, // },
// }) // })
} }
if (!userInfo){
this.setData({
isAuthorization: true
})
}
// 2019.06.14 // 2019.06.14
let currentClickType = app.globalData.commonFunc.getLink(item.link.type, item) let currentClickType = app.globalData.commonFunc.getLink(item.link.type, item)
......
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