feat(国王皇后页): 对接跳转app页面方法

This commit is contained in:
hzj 2025-10-27 10:19:11 +08:00
parent 6678081040
commit 32e6982f85

View File

@ -54,10 +54,12 @@
"
>
<img
:src="topUser.userInfo.userAvatar"
v-if="topUser.userInfo.userAvatar"
:src="topUser.userInfo.userAvatar || ''"
alt=""
width="70%"
style="border-radius: 50%; aspect-ratio: 1/1; object-fit: cover"
@click="viewUserInfo(topUser.userInfo.userId)"
/>
</div>
<div