From cbc6343e7ce0827d1e4743c3dcd8b80fb14e9a58 Mon Sep 17 00:00:00 2001 From: Chad Wuo Date: Sun, 11 Aug 2024 11:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/FAQs/index.vue | 2 +- src/pages/family/index.vue | 1 + src/pages/giftOut/index.vue | 4 ++-- src/pages/sponsor/index.vue | 12 ++++-------- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/pages/FAQs/index.vue b/src/pages/FAQs/index.vue index aa8239c..5b3d4a8 100644 --- a/src/pages/FAQs/index.vue +++ b/src/pages/FAQs/index.vue @@ -8,7 +8,7 @@ 礼记 免费吗?
- 免费。礼记运营需要一定的服务器费用,目前依靠程序内部广告收益(你如果非常不喜欢广告,甚至可以关闭),可以收支平衡,是可维续的。 + 免费。礼记运营需要一定的服务器费用,目前依靠程序内部广告收益(你对广告容忍度很低,甚至可以关闭),可以收支平衡,是可维续的。
diff --git a/src/pages/family/index.vue b/src/pages/family/index.vue index 7c65262..3f66326 100644 --- a/src/pages/family/index.vue +++ b/src/pages/family/index.vue @@ -8,6 +8,7 @@ const { userInfo } = storeToRefs(useUserStore()) const actionSheetRef = ref(null) const loading = ref(false) const actionSheetList = ref([]) + async function onCreate() { loading.value = true await add().then(async (res) => { diff --git a/src/pages/giftOut/index.vue b/src/pages/giftOut/index.vue index d6fe7b0..f315925 100644 --- a/src/pages/giftOut/index.vue +++ b/src/pages/giftOut/index.vue @@ -144,8 +144,8 @@ function handleGiftClick(e) { {{ i.friendInfo.name }}
{{ i.title }}({{ i.remarks }})
-
- {{ i.date.lunar_month }} {{ i.date.lunar_day }} {{ i.date.lunar_year }} +
+ {{ i.date.value }} {{ i.date.lunar_month }} {{ i.date.lunar_day }} {{ i.date.lunar_year }}
diff --git a/src/pages/sponsor/index.vue b/src/pages/sponsor/index.vue index 3d9548a..7b79614 100644 --- a/src/pages/sponsor/index.vue +++ b/src/pages/sponsor/index.vue @@ -1,19 +1,15 @@