From e9b472cf1cbbca51f8402e49daee87efdb5234e9 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Sun, 7 Apr 2024 15:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/myloading.vue | 57 +++++++++++++++++++++++++++++ packages/cer/cer.vue | 46 ++++++++++++++++-------- packages/detail/detail.vue | 25 +++++++++---- packages/question/question.vue | 64 +++++++++++++++++++++++++-------- packages/record/record.vue | 10 +++--- packages/static/cer-bg.jpg | Bin 0 -> 102515 bytes packages/static/cer-bg.png | Bin 1264265 -> 0 bytes pages/home/home.vue | 39 ++++++++++++++------ pages/index/index.vue | 4 +-- pages/me/me.vue | 33 +++++++++-------- static/index-map.png | Bin 340803 -> 83075 bytes static/index-map1.png | Bin 0 -> 340803 bytes static/loading.gif | Bin 0 -> 12147 bytes static/qus-bg.jpg | Bin 0 -> 40592 bytes static/qus-bg.png | Bin 178252 -> 0 bytes static/toast.png | Bin 278807 -> 142375 bytes 16 files changed, 209 insertions(+), 69 deletions(-) create mode 100644 components/myloading.vue create mode 100644 packages/static/cer-bg.jpg delete mode 100644 packages/static/cer-bg.png create mode 100644 static/index-map1.png create mode 100644 static/loading.gif create mode 100644 static/qus-bg.jpg delete mode 100644 static/qus-bg.png diff --git a/components/myloading.vue b/components/myloading.vue new file mode 100644 index 0000000..d826936 --- /dev/null +++ b/components/myloading.vue @@ -0,0 +1,57 @@ + + + + + \ No newline at end of file diff --git a/packages/cer/cer.vue b/packages/cer/cer.vue index 4cfcee8..00e8786 100644 --- a/packages/cer/cer.vue +++ b/packages/cer/cer.vue @@ -1,7 +1,7 @@