bd-center id处理

This commit is contained in:
tianfeng 2025-08-26 16:15:40 +08:00
parent b0b00560e4
commit 85d986accc

View File

@ -25,7 +25,7 @@
</div>
<div class="user-details">
<h3>{{ userInfo.userNickname || userInfo.name }}</h3>
<p>ID: {{ userInfo.account || userInfo.id }}</p>
<p>ID: {{ userInfo.id || userInfo.account }}</p>
</div>
<!-- <button class="notification-btn" @click="goToNotification">-->
<!-- <span></span>-->