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-12 16:00:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
53478d4218178e345844be15012573ffd23fc1c2
53478d42
1 parent
7640fe16
refactor: 移除图片加载成功的调试日志
清理Students和Volunteers视图中的调试代码,注释掉console.log语句以保持生产环境整洁
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/Students.vue
src/views/Volunteers.vue
src/views/Students.vue
View file @
53478d4
...
...
@@ -149,7 +149,7 @@ const onImageClick = (item) => {
// 图片加载成功
const onImageLoad = (event) => {
console.log('图片加载成功:', event.target.src)
//
console.log('图片加载成功:', event.target.src)
}
// 图片加载失败
...
...
src/views/Volunteers.vue
View file @
53478d4
<!--
* @Date: 2025-01-01 15:20:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-
04 17:11:14
* @LastEditTime: 2025-11-
12 16:00:48
* @FilePath: /stdj_h5/src/views/Volunteers.vue
* @Description: 义工页面 - 图片瀑布流展示
-->
...
...
@@ -149,7 +149,7 @@ const onImageClick = (item) => {
// 图片加载成功
const onImageLoad = (event) => {
console.log('图片加载成功:', event.target.src)
//
console.log('图片加载成功:', event.target.src)
}
// 图片加载失败
...
...
Please
register
or
login
to post a comment