- 当前 Bug 的表现(可附上截图)
三星galaxy s9手机,调用startWifi()方法,如果不开启GPS定位开关,startWifi()方法没有任何响应,不会走成功回调,也不会走失败回调
- 预期表现
如果不开启GPS,希望可以有提示
- 复现路径
- 提供一个最简复现 Demo
wx.startWifi({
success: function (res) {
console.log(res);
},
fail: function (res) {
console.log(res);
}
})
微信小程序开发问题解答
微信小程序开发者回答:
是只有这个机型有问题吗?麻烦提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
微信小程序开发者回答:
你好,测试其他Android设备是有提示的吧?
本文网址:http://www.91bianli.com/weixinxiaochengxu/39980.html