小程序
小游戏
企业微信
微信支付
扫描小程序码分享
红米 K30 手机 api:button的开放能力chooseAvatar
基础库:2.27.3
问题描述:点击后 事件无反应
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,我在微信端打开小程序点击头像时可以正常弹出选择框,但是在企微微信端的时候点击头像又没反应,请问是有兼容问题吗
红米k20pro也点击无反应,去掉async也不行
<button open-type="chooseAvatar" class="short-btn active" bindchooseavatar="submit">立即加入</button>
async submit(event) {
if(!this.data.user.name){
toast('请输入姓名!')
return 0
}
if(!this.data.user.position){
toast('请输入职位!')
user.avatarUrl = event.detail.avatarUrl
await this.register()
},
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
async submit(event) {
if(!this.data.user.name){
toast('请输入姓名!')
return 0
}
if(!this.data.user.position){
toast('请输入职位!')
return 0
}
user.avatarUrl = event.detail.avatarUrl
await this.register()
},
你好,我在微信端打开小程序点击头像时可以正常弹出选择框,但是在企微微信端的时候点击头像又没反应,请问是有兼容问题吗
红米k20pro也点击无反应,去掉async也不行
<button open-type="chooseAvatar" class="short-btn active" bindchooseavatar="submit">立即加入</button>
async submit(event) {
if(!this.data.user.name){
toast('请输入姓名!')
return 0
}
if(!this.data.user.position){
toast('请输入职位!')
return 0
}
user.avatarUrl = event.detail.avatarUrl
await this.register()
},
<block wx:for="{{tes}}" wx:key="tes">
<view>{{item.id}}</view>
<view>{{item.goods_name}}</view>
<view>{{item.type}}</view>
<view>+++++++++++++++++++</view>
</block>