Commit 5f219db6 by 高淑倩

modify: 图片导航弹框

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