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-13 09:07:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e8a92f63497f7c717cddb28b4121a8b9fa189c0
9e8a92f6
1 parent
99e621b4
refactor(WeRunAuth): 移除同步步数时的Toast提示
避免在同步步数时频繁显示Toast干扰用户,仅在必要时通过emit通知父组件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/components/WeRunAuth.vue
src/components/WeRunAuth.vue
View file @
9e8a92f
...
...
@@ -193,11 +193,11 @@ const getWeRunData = async () => {
showManualUpdate.value = true;
emit('sync-failed', { showManualUpdate: true });
}
Taro.showToast({
title: msg || '同步步数中',
icon: 'none',
duration: 2000
});
//
Taro.showToast({
//
title: msg || '同步步数中',
//
icon: 'none',
//
duration: 2000
//
});
}
} catch (apiError) {
console.error('同步微信步数API调用失败:', apiError);
...
...
Please
register
or
login
to post a comment