From 6da34141df4ad9405992211190679935b76020ce Mon Sep 17 00:00:00 2001 From: Chad Wuo Date: Thu, 24 Oct 2024 22:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(=E7=95=8C=E9=9D=A2=E6=95=B4?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E5=87=86=E5=A4=87=E5=BC=80=E5=A7=8B=E4=B8=8B?= =?UTF-8?q?=E4=B8=AA=E7=89=88=E6=9C=AC=E5=BC=80=E5=8F=91):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/book/index.vue | 42 ++++++++++++++++-------------------- src/pages/family/index.vue | 3 ++- src/pages/settings/index.vue | 3 +++ src/pages/sponsor/index.vue | 4 ++-- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/pages/book/index.vue b/src/pages/book/index.vue index 6c79f78..4b7aa52 100644 --- a/src/pages/book/index.vue +++ b/src/pages/book/index.vue @@ -87,32 +87,28 @@ function handleBookClick(e) { -
+
-
-
-
- {{ - i.title }} -
-
- 共 {{ i.giftCount }} 笔 -
+
+
+ {{ + i.title }}
-
-
- {{ i.giftTotal }} -
-
- {{ i.date.value }} -
-
- {{ i.date.lunar_month }} {{ - i.date.lunar_day }} {{ i.date.lunar_year }} -
+
+ 共 {{ i.giftCount }} 笔 +
+
+ {{ i.giftTotal }} +
+
+ {{ i.date.value }} +
+
+ {{ i.date.lunar_month }} {{ + i.date.lunar_day }} {{ i.date.lunar_year }}
@@ -128,7 +124,7 @@ function handleBookClick(e) {
diff --git a/src/pages/family/index.vue b/src/pages/family/index.vue index 3f66326..5a0b8c6 100644 --- a/src/pages/family/index.vue +++ b/src/pages/family/index.vue @@ -80,7 +80,7 @@ onShareAppMessage(() => { diff --git a/src/pages/sponsor/index.vue b/src/pages/sponsor/index.vue index 7b79614..e439441 100644 --- a/src/pages/sponsor/index.vue +++ b/src/pages/sponsor/index.vue @@ -2,7 +2,7 @@