From d6e20a1ec53f3ca51269e067d84ce804bd62a9ec Mon Sep 17 00:00:00 2001 From: hongxilin <17663930442@163.com> Date: Fri, 31 Oct 2025 14:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5loading=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9marketDetail=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8A=A0=E8=BD=BD=E5=87=BD=E6=95=B0=E4=BD=9C?= =?UTF-8?q?=E7=94=A8=E7=94=9F=E5=91=BD=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/h-loading.vue | 54 +++++++++++++++++++++++++++++++ pages/marketSituation/globalIndex.vue | 8 ++++- pages/marketSituation/marketDetail.vue | 31 ++++++++++++++---- pages/marketSituation/marketOverview.vue | 32 ++++++++++++------ static/loading-gif.gif | Bin 0 -> 137280 bytes 5 files changed, 108 insertions(+), 17 deletions(-) create mode 100644 components/h-loading.vue create mode 100644 static/loading-gif.gif diff --git a/components/h-loading.vue b/components/h-loading.vue new file mode 100644 index 0000000..8bf1873 --- /dev/null +++ b/components/h-loading.vue @@ -0,0 +1,54 @@ + + + + + + + diff --git a/pages/marketSituation/globalIndex.vue b/pages/marketSituation/globalIndex.vue index 43e573e..40fff44 100644 --- a/pages/marketSituation/globalIndex.vue +++ b/pages/marketSituation/globalIndex.vue @@ -2,6 +2,8 @@