华为Mate 30 Pro hideLoading仍然无法关闭

发布于 7 年前作者 fhao1981 次浏览最后编辑 7 年前来自 ask

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

            });

2 回复
jing00
jing001 楼6 年前

你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

junding
junding2 楼5 年前