diff --git a/src/components/pageHome/ph-calendar-birth.vue b/src/components/pageHome/ph-calendar-birth.vue
index e0598142..e5c29372 100644
--- a/src/components/pageHome/ph-calendar-birth.vue
+++ b/src/components/pageHome/ph-calendar-birth.vue
@@ -6,21 +6,30 @@
今天是
-
+
+
+
![empty]()
+
的生日哦~
即将到来:{{ next[0].role_birthday }}
-
+
+
{{ i.name }} 所属:{{ i.belong === "" ? "未知" : i.belong }}
{{ parseDesc(i.introduce) }}
@@ -48,8 +57,10 @@ onBeforeMount(async () => {
if (check.length !== 0) {
isBirthday.value = true;
cur.value = check;
+ console.log(cur.value);
}
next.value = TSAvatarBirth.getNextAvatarBirth();
+ console.log(next.value);
});
function toBirth(type: TGApp.Archive.Birth.RoleItem | true): void {