Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
5c10da7d
Commit
5c10da7d
authored
Jul 19, 2024
by
wuwangwolihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改-/myInfo/signUpList图片路径
parent
a996b230
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/components/base/myInfo/campList.vue
src/components/base/myInfo/campList.vue
+2
-1
No files found.
src/components/base/myInfo/campList.vue
View file @
5c10da7d
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
<el-card>
<el-card>
<div
class=
"flex list_item"
>
<div
class=
"flex list_item"
>
<div
class=
"item_img"
>
<div
class=
"item_img"
>
<el-image
:src=
"item.activityCover"
fit=
"cover"
/>
<el-image
v-if=
"!item.activityCover"
:src=
"item.systemLogo"
fit=
"cover"
/>
<el-image
v-else
:src=
"item.activityCover"
fit=
"cover"
/>
</div>
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"item_title"
>
{{
item
.
name
}}
</div>
<div
class=
"item_title"
>
{{
item
.
name
}}
</div>
...
...
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