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-12 16:36:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ed009f1f06c62e370f5d183f046a6e40fba8e5b
7ed009f1
1 parent
36ff54a0
fix: 将同步步数失败的提示改为同步步数中
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/WeRunAuth.vue
src/components/WeRunAuth.vue
View file @
7ed009f
...
...
@@ -194,7 +194,7 @@ const getWeRunData = async () => {
emit('sync-failed', { showManualUpdate: true });
}
Taro.showToast({
title: msg || '同步步数
失败
',
title: msg || '同步步数
中
',
icon: 'none',
duration: 2000
});
...
...
Please
register
or
login
to post a comment