收藏
回答

getPhoneNumber|agreePrivacyAuthorization无效?

<van-popup show="{{ dialogShow }}" bind:close="onClose" custom-class="agreement-bounced" z-index="10000">
  <view class="title">用户协议及隐私保护</view>
  <view class="content">我已阅读并同意<text bindtap="handleOpenPrivacyContract">《用户隐私协议》</text><text></text><text bindtap="checkAgreement" data-page="agreement">《用户协议》</text><text></text><text bindtap="checkAgreement" data-page="clause">《隐私政策》</text>并使用本机号码登录</view>
  <button class="agree" open-type="getPhoneNumber|agreePrivacyAuthorization" bindgetphonenumber="wechatFastLogin" bindtap="wechatFastLogined" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意并登录</button>
  <view class="disagree" bindtap="onClose">不同意</view>
</van-popup>

基础库版本3.0.1
button组件open-type="getPhoneNumber|agreePrivacyAuthorization"耦合使用时
体验码、开发码都是可以正常唤起并触发事件。正式版点击没有反应。


最后一次编辑于  2023-09-19
回答关注问题邀请回答
收藏

1 个回答

  • optimistic
    optimistic
    2023-09-19

    把小程序删了重新扫码就可以了

    2023-09-19
    有用
    回复
登录 后发表内容