f***@163.com
f***@163.com
  • 发布:2023-03-24 17:10
  • 更新:2023-03-25 17:24
  • 阅读:394

button组件,open-type="chooseAvatar",选择头像报错

分类:uni-app
<button style="width:80rpx;height:80rpx;" open-type="chooseAvatar" @chooseavatar="mychooseAvatar">  
                      <image style="width:80rpx;height:80rpx;" :src="head_img_pic"></image>  
                    </button>   

mychooseAvatar(e) {  
                console.log(e);  
                const { avatarUrl } = e.detail   
                this.head_pic_img = avatarUrl;   
            },

2023-03-24 17:10 负责人:无 分享
已邀请:
YUANRJ

YUANRJ

HbuilderX 3.7.8.20230323 未复现此问题

f***@163.com

f***@163.com (作者)

解决了,这个必须要用真机的体验版,其他版本和模拟器都不行

该问题目前已经被锁定, 无法添加新回复