收藏
回答

getConnectedWifi 在IOS上返回fail?

wx.startWifi({
  success (res) {
    console.log(res)
      wx.getConnectedWifi({
            successfunction(res{
              console.log(res,"WIFI获取成功");
            },
            failfunction(res{
              console.log(res,"WIFI获取失败");
            }
      });
  }
});
输出结果:
{"errMsg":"startWifi:ok"}
{errMsg: "getConnectedWifi:fail no wifi is connected."}
y已经连了wifi的
回答关注问题邀请回答
收藏

1 个回答

  • 😶
    😶
    2021-03-01

    上传个代码片段, 我这边测一下

    2021-03-01
    有用
    回复 1
    • 冬
      2021-11-02
      在iphone13 也是不行
      2021-11-02
      回复
登录 后发表内容
问题标签