From 5681396b0dcc4fffa7ce74417bb5af8540e4819e Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 18 Apr 2025 00:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/float-ball/FloatBall.vue | 146 ++++++++++++++++++++++++ pages/mall/index.vue | 5 +- pages/shouye/index.vue | 166 +++------------------------- 3 files changed, 161 insertions(+), 156 deletions(-) create mode 100644 components/float-ball/FloatBall.vue diff --git a/components/float-ball/FloatBall.vue b/components/float-ball/FloatBall.vue new file mode 100644 index 0000000..a2ef2c3 --- /dev/null +++ b/components/float-ball/FloatBall.vue @@ -0,0 +1,146 @@ + + + + + \ No newline at end of file diff --git a/pages/mall/index.vue b/pages/mall/index.vue index f3191bc..85aebc8 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -1,13 +1,12 @@