From 4dda08b4fba0e579d27e01446ecc837361ebbee7 Mon Sep 17 00:00:00 2001 From: m0_75226990 Date: Thu, 18 Jul 2024 12:21:07 +0800 Subject: [PATCH] =?UTF-8?q?iOS=E5=B9=B3=E5=8F=B0=20=E5=8F=96=E6=B6=88uni-a?= =?UTF-8?q?nimation-view=20=E5=9C=A8uni-app=E4=B8=8A=E7=9A=84=E6=A8=A1?= =?UTF-8?q?=E6=8B=9F=E5=99=A8=E6=9E=B6=E6=9E=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SyntaxCase/consoleTest.vue | 8 ++++---- uni_modules/uts-animation-view/utssdk/app-ios/config.json | 6 +----- uni_modules/uts-animation-view/utssdk/app-ios/index.vue | 8 ++++---- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/pages/SyntaxCase/consoleTest.vue b/pages/SyntaxCase/consoleTest.vue index 45081cf..0f343a2 100644 --- a/pages/SyntaxCase/consoleTest.vue +++ b/pages/SyntaxCase/consoleTest.vue @@ -34,10 +34,10 @@ return; } - if(getLog(2023.002 as number) != '{"subType":"number","type":"Double","value":"2023.002"}'){ - this.testRet = "测试失败4" - return; - } + // if(getLog(2023.002 as number) != '{"subType":"number","type":"Double","value":"2023.002"}'){ + // this.testRet = "测试失败4" + // return; + // } if(logObjectTest() != '{"className":"uts.sdk.modules.utsApiTest.ParamOptions","subType":"object","__$originalPosition":"","type":"object","value":{"methods":[],"properties":[{"name":"array","subType":"array","className":"io.dcloud.uts.UTSArray","type":"object","value":{"properties":[{"name":{"value":{"value":0}},"type":"string","value":"1"},{"name":{"value":{"value":1}},"type":"string","value":"2"},{"name":{"value":{"value":2}},"type":"string","value":"3"}]}},{"name":"title","type":"string","value":"logObjectTest"}]}}'){ this.testRet = "测试失败5" diff --git a/uni_modules/uts-animation-view/utssdk/app-ios/config.json b/uni_modules/uts-animation-view/utssdk/app-ios/config.json index a7eb81c..7bc9379 100644 --- a/uni_modules/uts-animation-view/utssdk/app-ios/config.json +++ b/uni_modules/uts-animation-view/utssdk/app-ios/config.json @@ -1,7 +1,3 @@ { - "deploymentTarget": "13.0", - "validArchitectures": [ - "arm64", - "x86_64" - ] + "deploymentTarget": "13.0" } diff --git a/uni_modules/uts-animation-view/utssdk/app-ios/index.vue b/uni_modules/uts-animation-view/utssdk/app-ios/index.vue index 44ed741..c915c59 100644 --- a/uni_modules/uts-animation-view/utssdk/app-ios/index.vue +++ b/uni_modules/uts-animation-view/utssdk/app-ios/index.vue @@ -5,16 +5,16 @@