From ff3c6842d863a0bec1020a06376fb963a66b8d98 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 23 Aug 2023 10:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/oaLogin/oaLogin.vue | 21 ++- static/animation/bj2.json | 1 + uni_modules/hx-lottie/changelog.md | 2 + .../components/hx-lottie/hx-lottie.vue | 152 ++++++++++++++++++ .../hx-lottie/lottie-miniprogram.min.js | 9 ++ .../components/hx-lottie/lottie-web.min.js | 1 + .../hx-lottie/components/hx-lottie/uuid.js | 23 +++ uni_modules/hx-lottie/package.json | 83 ++++++++++ uni_modules/hx-lottie/readme.md | 47 ++++++ 9 files changed, 335 insertions(+), 4 deletions(-) create mode 100644 static/animation/bj2.json create mode 100644 uni_modules/hx-lottie/changelog.md create mode 100644 uni_modules/hx-lottie/components/hx-lottie/hx-lottie.vue create mode 100644 uni_modules/hx-lottie/components/hx-lottie/lottie-miniprogram.min.js create mode 100644 uni_modules/hx-lottie/components/hx-lottie/lottie-web.min.js create mode 100644 uni_modules/hx-lottie/components/hx-lottie/uuid.js create mode 100644 uni_modules/hx-lottie/package.json create mode 100644 uni_modules/hx-lottie/readme.md diff --git a/pages/oaLogin/oaLogin.vue b/pages/oaLogin/oaLogin.vue index 0711cc4..596faab 100644 --- a/pages/oaLogin/oaLogin.vue +++ b/pages/oaLogin/oaLogin.vue @@ -1,8 +1,9 @@