修改用户头像为什么不成功?
<button class="head-img" open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
<image :src="form.face ? form.face:'https://xqlm-oss-bucket.oss-cn-shenzhen.aliyuncs.com/mini-program/img/head_logo.png'" mode=""></image>
</button>在uni-app小程序项目中使用open-type="chooseAvatar" @chooseavatar="onChooseAvatar"属性修改用户头像,为什么在开发者调试中能修改成功,体验版中就修改不了呢