赞
踩
- uni.connectWifi({
- forceNewApi: true,
- SSID: this.SSID,
- password: this.password,
- success: (res) => {
- console.log(res, "连接成功");
-
- },
- fail: (err) => {
- console.log(err);
- },
- });
加上这话就返回正常数据了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。