Commit cfcb263e authored by youjie's avatar youjie

no message

parent 534975a6
......@@ -11,7 +11,8 @@
</a-avatar>
</div>
<div class="mt-[13px] text-lg font-medium text-center truncate">{{ userInfo.name }}</div>
<div class="flex justify-center items-center mt-[10px] cursor-pointer">
<div class="flex justify-center items-center mt-[10px] cursor-pointer"
@click="goPage('/accountCenter')">
<span v-if="!userInfo.IsComplete" class="LeftViewTisp w-[6px] h-[6px] rounded-full"></span>
<span class="LeftViewData ml-[5px] text-sm font-medium text-[#666]">
{{ t('personal.completeProfile') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment