问题模块 | 框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|---|
API和组件 | 小程序 | Bug | bindgetphonenumber | 客户端 | 7.0.3 | 2.6.4 |
华为手机微信7.0.3,
获取手机号接口调用成功以后,
自动刷新页面??
<button open-type="getPhoneNumber" @getphonenumber="phone" class="get-phone" ">获取</button>
phone(e) {
let $this = this;
具体就不放了
},
网友回复
nickname:
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)