更新用户头像和表单字数限制
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div class="login-container flex flex-col justify-between">
|
||||
<div class="ma-auto mt-[25px] w-[100%] flex flex-col items-center">
|
||||
<el-image
|
||||
:src="userStore.userInfoRes.avatar || 'https://tuxixi.oss-cn-chengdu.aliyuncs.com/avater.png'"
|
||||
:src="userStore.userInfoRes.avatar || 'https://static.tuxixi.net/1757297277142/2025/09/08/10/07/57/tuxixi.png'"
|
||||
alt=""
|
||||
srcset=""
|
||||
class="h-[69px] w-[69px] rd-[50%]"
|
||||
@ -11,7 +11,7 @@
|
||||
@click="handleUserInfo"
|
||||
/>
|
||||
<div class="mt-[10px] text-[16px] text-[#333333] font-normal flex items-center">
|
||||
Hi,{{ userStore.userInfoRes.nickname || '欢迎访问~' }}
|
||||
Hi,{{ userStore.userInfoRes.nickname || '欢迎访问图夕夕' }}
|
||||
<img v-if="userStore.userInfoRes.vipLevel === 1" src="~/assets/svg/vip.svg" alt="" class="relative top-[1px]" />
|
||||
<img v-if="userStore.userInfoRes.vipLevel === 2" src="~/assets/svg/svip.svg" alt="" class="relative top-[1px]" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user