因为设置了"__usePrivacyCheck__": true,
所以一系列隐私声明的接口都需要点击agreePrivacyAuth才可以使用,但是2.32.3基础库的button,无法获取响应
<button class="agree-button-big" open-type="agreePrivacyAuthorization" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization" wx:if="{{!agree && canIUseGetPrivacy}}">同意</button>
以下函数点击按钮后无任何输出
handleAgreePrivacyAuthorization(e) {
console.log('handleAgreePrivacyAuthorization...')
console.log(e)
}
button加个id
button 加上id试试呢?
好坑啊,这个ID也没干啥,不加这个基础库就点不动button
建议不要把2.32.3版本纳入到受"__usePrivacyCheck__": true影响的范围内,否则用户又点不了确认,又用不了chooseImage等等一系列声明的接口功能