From 0eb4371aa71c04ecc591f80b49b2d1155c63a3c3 Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Fri, 15 Sep 2023 18:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20uni-wifi=20iOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-wifi/utssdk/app-ios/index.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-wifi/utssdk/app-ios/index.uts b/uni_modules/uni-wifi/utssdk/app-ios/index.uts index 3d0712e..109d98f 100644 --- a/uni_modules/uni-wifi/utssdk/app-ios/index.uts +++ b/uni_modules/uni-wifi/utssdk/app-ios/index.uts @@ -133,7 +133,7 @@ function fetchConnectedWifiWithLocationPromise(option: GetConnectedWifiOptions) if (arr != null) { let list = arr! as NSArray - let index = 0 + let index: Int = 0 while (index < list.count) { let item = list[index] let interfaceName = item as string -- GitLab