From f2e9eb400c7c15a3177bbff16632df5bdab40965 Mon Sep 17 00:00:00 2001 From: XHY Date: Tue, 21 Feb 2023 18:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20Lottie=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SDKIntegration/Lottie/index.nvue | 4 ++-- uni_modules/uts-syntaxcase/utssdk/app-ios/config.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 uni_modules/uts-syntaxcase/utssdk/app-ios/config.json diff --git a/pages/SDKIntegration/Lottie/index.nvue b/pages/SDKIntegration/Lottie/index.nvue index 013c981..0152714 100644 --- a/pages/SDKIntegration/Lottie/index.nvue +++ b/pages/SDKIntegration/Lottie/index.nvue @@ -26,8 +26,8 @@ action: "play", loop: false, yanse: "red", - widthNum: 200, - heightNum: 500, + widthNum: 750, + heightNum: 200, comShow: true, animUrl: "/static/anim_a.json" } diff --git a/uni_modules/uts-syntaxcase/utssdk/app-ios/config.json b/uni_modules/uts-syntaxcase/utssdk/app-ios/config.json new file mode 100644 index 0000000..ede214d --- /dev/null +++ b/uni_modules/uts-syntaxcase/utssdk/app-ios/config.json @@ -0,0 +1,3 @@ +{ + "deploymentTarget": "13.0" +} \ No newline at end of file -- GitLab