chooseAvatar方法获取微信头像组件,极低概率点击无任何反应是怎么回事?
<button class="avatar-wrapper" open-type="chooseAvatar" @chooseavatar="onChooseAvatar"> <image :src="imgsrc1('/static/imgs/default-photo.png')" v-if="!avatarUrl" /> <image :src="avatarUrl" v-else></image> </button> 随着用户越来越多,然后就出现(极)个别的用户出现点击这个头像无任何反应的问题,因为都是远程,客户的客户出现的问题,所以没办法调试?不知道这种情况什么原因,如何解决? 已确认用户微信是最新版8.0.48 [图片]