华为Mate 30 Pro hideLoading仍然无法关闭
只有 华为Mate 30 Pro 有这个问题。 wepy.showLoading({ title: '绑定中', mask: true }); Request.PostClub({ url: '/Api/WeiXin/MemberBinding', data: { telephone: this.phone, openId: this.openId, code: this.code, avatarUrl: this.$parent.globalData.userInfo.userInfo.avatarUrl, nickname: this.$parent.globalData.userInfo.userInfo.nickName, } }).then(result => { wepy.hideLoading(); if (result.code) { wepy.showToast({ title: '绑定成功' });