From f48846247727390cc577013d52a93a26921982ec Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 16 Jan 2023 15:13:44 +0800 Subject: [PATCH] =?UTF-8?q?hello=20uts=20=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SDKIntegration/Lottie/index.nvue | 4 ++-- pages/component/helloView.nvue | 5 ++++- .../utssdk/app-android/container.vue | 21 +++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 uni_modules/uts-hello-component/utssdk/app-android/container.vue diff --git a/pages/SDKIntegration/Lottie/index.nvue b/pages/SDKIntegration/Lottie/index.nvue index 0152714..013c981 100644 --- a/pages/SDKIntegration/Lottie/index.nvue +++ b/pages/SDKIntegration/Lottie/index.nvue @@ -26,8 +26,8 @@ action: "play", loop: false, yanse: "red", - widthNum: 750, - heightNum: 200, + widthNum: 200, + heightNum: 500, comShow: true, animUrl: "/static/anim_a.json" } diff --git a/pages/component/helloView.nvue b/pages/component/helloView.nvue index f3743bd..648a648 100644 --- a/pages/component/helloView.nvue +++ b/pages/component/helloView.nvue @@ -1,7 +1,10 @@ diff --git a/uni_modules/uts-hello-component/utssdk/app-android/container.vue b/uni_modules/uts-hello-component/utssdk/app-android/container.vue new file mode 100644 index 0000000..ea4f87e --- /dev/null +++ b/uni_modules/uts-hello-component/utssdk/app-android/container.vue @@ -0,0 +1,21 @@ + + + -- GitLab