Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
boyueCEnd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
boyueCEnd
Commits
be1416d5
Commit
be1416d5
authored
Dec 02, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
dbe15fbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
37 deletions
+34
-37
LeftView.vue
src/views/personalCenter/components/LeftView.vue
+34
-37
No files found.
src/views/personalCenter/components/LeftView.vue
View file @
be1416d5
<
template
>
<
template
>
<div
class=
"flex flex flex-col w-[198px]"
>
<div
class=
"flex flex flex-col w-[198px]"
>
<div
class=
"h-full bg-[#F9F9F7] rounded-[14px]"
>
<div
class=
"h-full bg-[#F9F9F7] rounded-[14px]"
>
<template
v-if=
"userInfo"
>
<div
class=
"mt-[37px] flex justify-center items-center"
>
<div
class=
"mt-[37px] flex justify-center items-center"
>
<a-avatar
class=
"LeftViewImg cursor-pointer flex-shrink-0 !w-[80px] !h-[80px]"
>
<a-avatar
class=
"LeftViewImg cursor-pointer flex-shrink-0 !w-[80px] !h-[80px]"
>
<img
class=
"w-full h-full cursor-pointer"
<img
class=
"w-full h-full cursor-pointer"
alt=
"avatar"
alt=
"avatar"
:src=
"userInfo?.photo || systemConfigStore?.config?.logo || 'https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/3ee5f13fb09879ecb5185e440cef6eb9.png~tplv-uwbnlip3yd-webp.webp'"
:src=
"userInfo.photo || systemConfigStore.config?.logo || 'https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/3ee5f13fb09879ecb5185e440cef6eb9.png~tplv-uwbnlip3yd-webp.webp'"
/>
/>
</a-avatar>
</a-avatar>
</div>
</div>
<div
class=
"mt-[13px] text-lg font-medium text-center truncate"
>
{{
userInfo
?.
name
||
''
}}
</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')"
>
@
click=
"goPage('/accountCenter')"
>
<span
v-if=
"!userInfo?.IsComplete"
class=
"LeftViewTisp w-[6px] h-[6px] rounded-full"
></span>
<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]"
>
<span
class=
"LeftViewData ml-[5px] text-sm font-medium text-[#666]"
>
{{
t
(
'personal.completeProfile'
)
}}
{{
t
(
'personal.completeProfile'
)
}}
>>
>>
</span>
</span>
</div>
</div>
<a-divider
class=
"border-[#ECECE7]"
/>
<div
class=
"flex items-center cursor-pointer py-[7px] rounded-[8px] pl-[27px] mb-[5px]"
>
<a-divider
class=
"border-[#ECECE7]"
/>
<img
src=
"../../../assets/images/personal/doc1.png"
alt=
"avatar"
<div
class=
"flex items-center cursor-pointer py-[7px] rounded-[8px] pl-[27px] mb-[5px]"
>
class=
"w-[22px] h-[22px] cursor-pointer"
/>
<img
src=
"../../../assets/images/personal/doc1.png"
alt=
"avatar"
<span
class=
"ml-[13px] text-base font-medium SourceHanSansBOLD"
>
class=
"w-[22px] h-[22px] cursor-pointer"
/>
{{
t
(
'personal.orderCenter'
)
}}
<span
class=
"ml-[13px] text-base font-medium SourceHanSansBOLD"
>
</span>
{{
t
(
'personal.orderCenter'
)
}}
</div>
<div
v-for=
"(item,index) in menuList"
class=
"px-[22px] relative"
>
<div
class=
"LeftView-menu flex items-center cursor-pointer py-[7px] rounded-[8px] SourceHanSansCN"
:class=
"[activeMenu==item.key?'active':'']"
v-if=
"item.key=='myOrder'"
@
click=
"goPage(item.path)"
>
<div
class=
"w-[22px] h-[22px] cursor-pointer"
></div>
<span
class=
"ml-[18px] text-sm font-light"
>
{{
item
.
name
}}
</span>
</span>
</div>
</div>
<div
v-for=
"(item,index) in menuList"
class=
"px-[22px] relative"
>
</div>
<div
class=
"LeftView-menu flex items-center cursor-pointer py-[7px] rounded-[8px] SourceHanSansCN"
:class=
"[activeMenu==item.key?'active':'']"
v-if=
"item.key=='myOrder'"
@
click=
"goPage(item.path)"
>
<div
class=
"w-[22px] h-[22px] cursor-pointer"
></div>
<span
class=
"ml-[18px] text-sm font-light"
>
{{
item
.
name
}}
</span>
</div>
</div>
</
template
>
<a-divider
class=
"border-[#ECECE7]"
/>
<a-divider
class=
"border-[#ECECE7]"
/>
<div
class=
"flex items-center cursor-pointer py-[7px] rounded-[8px] pl-[27px] mb-[5px]"
>
<div
class=
"flex items-center cursor-pointer py-[7px] rounded-[8px] pl-[27px] mb-[5px]"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment