refactor: ♻️ userStore 代码重构优化
Former-commit-id: ef31b8420a48a91dd2449d62fb615941d528bf24
This commit is contained in:
@@ -74,10 +74,10 @@ orderCount.value = 2000;
|
||||
<div class="flex items-center">
|
||||
<img
|
||||
class="user-avatar"
|
||||
:src="userStore.avatar + '?imageView2/1/w/80/h/80'"
|
||||
:src="userStore.user.avatar + '?imageView2/1/w/80/h/80'"
|
||||
/>
|
||||
<span class="ml-[10px] text-[16px]">
|
||||
{{ userStore.nickname }}
|
||||
{{ userStore.user.nickname }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user