diff --git a/pages/SDKIntegration/Lottie/index.nvue b/pages/SDKIntegration/Lottie/index.nvue index 013c9819fb483f4835b2dd4b990b11c3e4de68fc..01527142392ebbb64c18ef834884e6520d14d478 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 0000000000000000000000000000000000000000..ede214d013e84a869735bae7c27179cfcd692cc7 --- /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