收藏
回答

open-type="getPhoneNumber",授权过程中,点击使用其他手机号,再也无法弹窗

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug button 微信iOS客户端 7.0.8 2.9.4

复现路径:     点击手机号授权按钮---》弹出手机号授权弹窗-》点击‘使用其他手机号’,跳转手机号授权页-》返回按钮页-》ios左滑返回聊天界面-》再进小程序点击授权手机号按钮,就永远出不了手机号授权弹窗。


除非小程序删掉历史记录冷启动


代码片段如下:


<seal-button wx:if="{{true}}" color="primary" open-type="getPhoneNumber" bind:getphonenumber="getPhoneNumber">

</seal-button>



seal-botton组件里代码:

<button

open-type="{{ openType }}"

bind:click="handleClick"

bind:getuserinfo="handleGetUserInfo"

bind:contact="handleContact"

bind:getphonenumber="handleGetPhoneNumber"

bind:error="handleError"

bind:opensetting="handleOpenSetting"

bind:launchapp="handleLaunchApp"

>

<slot name="start"></slot>

<seal-loading wx:if="{{ loading }}" ext-class="seal-button--loading" type="spinner"></seal-loading>

<slot></slot>

<slot name="end"></slot>

</button>







回答关注问题邀请回答
收藏

1 个回答

  • 是小白啊
    是小白啊
    2019-12-13

    有报错信息吗?

    2019-12-13
    有用
    回复 2
    • test123
      test123
      2019-12-13
      没有报错信息,打开调试模式,点击按钮没有任何日志
      2019-12-13
      回复
    • 是小白啊
      是小白啊
      2019-12-13回复test123
      麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,复现的具体时间点
      2019-12-13
      回复
登录 后发表内容
问题标签