收藏
回答

华为Android10连上wifi,无法上网?

 wx.connectWifi({

            SSID: that.data.SSID,

            BSSID: that.data.BSSID,

            password: that.data.password,

            success: (res) => {

              console.log(res)

              if (res.errMsg == 'connectWifi:ok') {

       

              }

            },

            fail: (res) => {

              console.log(res, "失败")

              that.setData({

                endError: res.errMsg

              });

            }

          })

最后一次编辑于  2021-09-11
回答关注问题邀请回答
收藏

1 个回答

  • Riven.
    Riven.
    2021-09-12

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2021-09-12
    有用
    回复 2
    • 狗狗
      狗狗
      2021-10-11
      连接不上的手机机型:华为,荣耀10,oppoR15,苹果12,华为nova6,Nova7,荣耀30p
      2021-10-11
      回复
    • 小刘今天脱单没
      小刘今天脱单没
      2023-11-27回复狗狗
      解决了吗?
      2023-11-27
      回复
登录 后发表内容