From dfea25d3c3b82c84635bde8cde372e89cde875de Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 1 Sep 2023 17:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E5=9C=BA=E6=99=AF=20typeof=20=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uts-platform-api/utssdk/app-android/index.uts | 3 --- 1 file changed, 3 deletions(-) diff --git a/uni_modules/uts-platform-api/utssdk/app-android/index.uts b/uni_modules/uts-platform-api/utssdk/app-android/index.uts index 6d5aa15..ef774bc 100644 --- a/uni_modules/uts-platform-api/utssdk/app-android/index.uts +++ b/uni_modules/uts-platform-api/utssdk/app-android/index.uts @@ -80,9 +80,6 @@ export function typeofClickTest() : boolean { if (UTSAndroid.typeof(3.1415926) != 'number') { return false } - if (UTSAndroid.typeof(-100) != 'number') { - return false - } if (UTSAndroid.typeof(false) != 'boolean') { return false } -- GitLab