hookehuyr

refactor(views): 移除图片标题覆盖层以简化界面

在两个视图组件中注释掉图片标题覆盖层,保持界面简洁
1 <!-- 1 <!--
2 * @Date: 2025-10-30 20:52:19 2 * @Date: 2025-10-30 20:52:19
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-11-03 15:31:32 4 + * @LastEditTime: 2025-11-04 17:11:07
5 * @FilePath: /stdj_h5/src/views/Students.vue 5 * @FilePath: /stdj_h5/src/views/Students.vue
6 * @Description: 戒子页面 - 图片瀑布流展示 6 * @Description: 戒子页面 - 图片瀑布流展示
7 --> 7 -->
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
32 @load="onImageLoad" 32 @load="onImageLoad"
33 @error="onImageError" 33 @error="onImageError"
34 /> 34 />
35 - <div class="image-overlay"> 35 + <!-- <div class="image-overlay">
36 <span class="image-title">{{ item.title }}</span> 36 <span class="image-title">{{ item.title }}</span>
37 - </div> 37 + </div> -->
38 </div> 38 </div>
39 </div> 39 </div>
40 </div> 40 </div>
......
1 <!-- 1 <!--
2 * @Date: 2025-01-01 15:20:00 2 * @Date: 2025-01-01 15:20:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-11-03 15:31:15 4 + * @LastEditTime: 2025-11-04 17:11:14
5 * @FilePath: /stdj_h5/src/views/Volunteers.vue 5 * @FilePath: /stdj_h5/src/views/Volunteers.vue
6 * @Description: 义工页面 - 图片瀑布流展示 6 * @Description: 义工页面 - 图片瀑布流展示
7 --> 7 -->
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
32 @load="onImageLoad" 32 @load="onImageLoad"
33 @error="onImageError" 33 @error="onImageError"
34 /> 34 />
35 - <div class="image-overlay"> 35 + <!-- <div class="image-overlay">
36 <span class="image-title">{{ item.title }}</span> 36 <span class="image-title">{{ item.title }}</span>
37 - </div> 37 + </div> -->
38 </div> 38 </div>
39 </div> 39 </div>
40 </div> 40 </div>
......