Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
stdj_h5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2025-11-04 17:12:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0939f313270bf8efbfe7db99433b986f00b4a49b
0939f313
1 parent
76014145
refactor(views): 移除图片标题覆盖层以简化界面
在两个视图组件中注释掉图片标题覆盖层,保持界面简洁
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/Students.vue
src/views/Volunteers.vue
src/views/Students.vue
View file @
0939f31
<!--
* @Date: 2025-10-30 20:52:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-0
3 15:31:32
* @LastEditTime: 2025-11-0
4 17:11:07
* @FilePath: /stdj_h5/src/views/Students.vue
* @Description: 戒子页面 - 图片瀑布流展示
-->
...
...
@@ -32,9 +32,9 @@
@load="onImageLoad"
@error="onImageError"
/>
<div class="image-overlay">
<
!-- <
div class="image-overlay">
<span class="image-title">{{ item.title }}</span>
</div>
</div>
-->
</div>
</div>
</div>
...
...
src/views/Volunteers.vue
View file @
0939f31
<!--
* @Date: 2025-01-01 15:20:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-0
3 15:31:15
* @LastEditTime: 2025-11-0
4 17:11:14
* @FilePath: /stdj_h5/src/views/Volunteers.vue
* @Description: 义工页面 - 图片瀑布流展示
-->
...
...
@@ -32,9 +32,9 @@
@load="onImageLoad"
@error="onImageError"
/>
<div class="image-overlay">
<
!-- <
div class="image-overlay">
<span class="image-title">{{ item.title }}</span>
</div>
</div>
-->
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment