🐛 修复渲染异常

This commit is contained in:
BTMuli
2025-06-25 17:50:14 +08:00
parent f6b747c845
commit ad00bcef68
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<span>的生日哦~</span>
<img @click="toBirth(true)" src="/source/UI/act_birthday.webp" alt="empty" class="active" />
</div>
<div>即将到来{{ next[0].role_birthday }}</div>
<div>即将到来{{ next[0]?.role_birthday }}</div>
<div v-for="i in next" :key="i.role_id" class="tcb-item">
<TMiImg
v-if="i.head_icon.startsWith('http')"