iOS 微信版本8.0.7 调用wx.startWifi 为什么会跳转到微信设置页面?[严重]
基础库版本:2.18.1
IOS 14
微信版本8.0.7
代码:
wx.startWifi({
success(res){
wx.getWifiList({
success(e){
wx.onGetWifiList(function (res) {
console.log("获取列表");
console.log(res.wifiList)//其他一些业务代码
})
}
})
}
})
2 回复
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
我看18年就有人提类似的问题了,现在还没解决吗
https://developers.weixin.qq.com/community/develop/doc/000c02f4990080871047570655ac00