问题:
基础库版本:3.0.0(之前都正常,今天就不正常了,3.0.1和3.0.2正常)
wxml:
<button open-type="getPhoneNumber|agreePrivacyAuthorization" bindgetphonenumber="Brushfacelogin" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">手机号授权</button>
js:
Page({
data:{
},
onLoad() {
},
handleAgreePrivacyAuthorization() {
console.log(2)
},
Brushfacelogin (e) {
console.log(1)
}
})
后台申请权限了吗