为什么有一些用户授权按钮无法唤起授权弹窗??
经常有用户反馈点击授权按钮没反应,请问如何解决?
< view class = "login" v-if = "{{ code }}" > < image class = "logo" src = "/assets/images/logo1.png" > </ image > < image class = "loginBg" src = "/assets/images/loginBg.png" ></ image > < view wx:if = "{{ !canIUse }}" style = "text-align:center;padding-top:400rpx;" >请升级微信至最新版本</ view > < view wx:else> < view style = "text-align:center;" > < button class = "button-main authorize" bindgetuserinfo = "getUserInfo" lang = "zh_CN" open-type = "getUserInfo" type = "primary" wx:if = "{{ code }}" >微信授权登陆</ button > </ view > </ view > </ view > |
open-type=“getUserInfo”
完全没有反应,怎么解决?