hookehuyr

refactor: 移除图片加载成功的调试日志

清理Students和Volunteers视图中的调试代码,注释掉console.log语句以保持生产环境整洁
...@@ -149,7 +149,7 @@ const onImageClick = (item) => { ...@@ -149,7 +149,7 @@ const onImageClick = (item) => {
149 149
150 // 图片加载成功 150 // 图片加载成功
151 const onImageLoad = (event) => { 151 const onImageLoad = (event) => {
152 - console.log('图片加载成功:', event.target.src) 152 + // console.log('图片加载成功:', event.target.src)
153 } 153 }
154 154
155 // 图片加载失败 155 // 图片加载失败
......
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-04 17:11:14 4 + * @LastEditTime: 2025-11-12 16:00:48
5 * @FilePath: /stdj_h5/src/views/Volunteers.vue 5 * @FilePath: /stdj_h5/src/views/Volunteers.vue
6 * @Description: 义工页面 - 图片瀑布流展示 6 * @Description: 义工页面 - 图片瀑布流展示
7 --> 7 -->
...@@ -149,7 +149,7 @@ const onImageClick = (item) => { ...@@ -149,7 +149,7 @@ const onImageClick = (item) => {
149 149
150 // 图片加载成功 150 // 图片加载成功
151 const onImageLoad = (event) => { 151 const onImageLoad = (event) => {
152 - console.log('图片加载成功:', event.target.src) 152 + // console.log('图片加载成功:', event.target.src)
153 } 153 }
154 154
155 // 图片加载失败 155 // 图片加载失败
......