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 @@