Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-22 10:18:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
092f0a479066e2cadf61625d64a7916fcb377eae
092f0a47
1 parent
8c394408
fix: 将上传成功提示修改为保存成功
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/FamilyAlbum.vue
src/components/FamilyAlbum.vue
View file @
092f0a4
...
...
@@ -277,7 +277,7 @@ const handleUploadSuccess = (data) => {
closeUploadPopup();
// 显示成功提示
Taro.showToast({
title: '
上传
成功',
title: '
保存
成功',
icon: 'success',
duration: 2000
});
...
...
Please
register
or
login
to post a comment