华为Mate 30 Pro hideLoading仍然无法关闭
发布于 5 年前 作者 fhao 1788 次浏览 来自 问答

只有 华为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: ‘绑定成功’

            });

回到顶部