Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jiaxiu-miniapp
Project
Project
Details
Activity
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
蔡亮华(贵阳日报)
jiaxiu-miniapp
Commits
22a33146
Commit
22a33146
authored
Aug 29, 2024
by
彭佳妮(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传图组修改
parent
edf721fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/pages/mine/index.vue
+2
-2
index.vue
src/pages/publish/index.vue
+2
-2
No files found.
src/pages/mine/index.vue
View file @
22a33146
...
...
@@ -8,11 +8,11 @@
@
click=
"router.push(
{ name: 'account-userinfo' })">
<div
class=
"user"
>
<div
class=
"nickname"
v-if=
"userStore.userinfo.user.name"
>
{{
userStore
.
userinfo
.
user
.
name
}}
</div>
<div
class=
"nickname"
v-else
>
未知用户名
</div>
<div
class=
"nickname"
v-else
>
注册用户
</div>
<div
class=
"section"
v-if=
"organizeList.length > 0"
>
{{
organizeList
[
0
].
organName
}}
</div>
<div
class=
"section"
v-else
>
未知
部门
</div>
<div
class=
"section"
v-else
>
暂无
部门
</div>
</div>
<div
class=
"exit"
>
<img
src=
"../../static/image/exit.png"
@
click=
"logout"
>
...
...
src/pages/publish/index.vue
View file @
22a33146
<
template
>
<Header
:show=
"false"
backgroundBox=
"white"
>
<
!--
<
Header
:show=
"false"
backgroundBox=
"white"
>
<van-nav-bar
title=
"图组"
:left-arrow=
"true"
fixed
placeholder
safe-area-inset-top
@
click-left=
"router.go(-1)"
/>
</Header>
</Header>
-->
<div
class=
"container"
>
<div
class=
"steps-placeholder"
:style=
"
{ height: `${stepsRef?.offsetHeight}px` }">
<div
ref=
"stepsRef"
class=
"steps-container"
>
...
...
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