提交 e111c798 编写于 作者: lizhongyi_'s avatar lizhongyi_

调整uni-wifi iOS

上级 4a452a7a
...@@ -80,7 +80,7 @@ function fetchConnectedWifiWithLocationPromise(option: GetConnectedWifiOptions) ...@@ -80,7 +80,7 @@ function fetchConnectedWifiWithLocationPromise(option: GetConnectedWifiOptions)
if (arr != null) { if (arr != null) {
let list = arr! as NSArray let list = arr! as NSArray
let index = 0 let index: Int = 0
while (index < list.count) { while (index < list.count) {
let item = list[index] let item = list[index]
let interfaceName = item as string let interfaceName = item as string
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册