收藏
回答

企业微信小程序中IOS端调不出来getPhoneNumber: function (e) {?

  在安卓端可以,ios里的企业微信里打开小程序就不行,不弹出授权手机号那一步, 
     getPhoneNumberfunction (e{
      if (e.detail.errMsg == "getPhoneNumber:fail user deny") {
        uni.showToast({
          title"拒绝成功",
          icon"none",
          duration3000,
        });
        return;
      }
      let _this = this;


      // console.log(res);
      console.log(e.detail.errMsg);
      console.log(e.detail.iv);
      console.log(e.detail.encryptedData);
      console.log(this.resCode + "--------------------");
      let params = _this.$makeparamsHttp.makeparams(
        "/wechatcard/wechatcard/getopenid",


        JSON.stringify({
          encryptedData: e.detail.encryptedData,
          iv: e.detail.iv,
          code: _this.resCode,
        })
      );
最后一次编辑于  2020-08-13
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签