Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -194,7 +194,7 @@ const getWeRunData = async () => { | ... | @@ -194,7 +194,7 @@ const getWeRunData = async () => { |
| 194 | emit('sync-failed', { showManualUpdate: true }); | 194 | emit('sync-failed', { showManualUpdate: true }); |
| 195 | } | 195 | } |
| 196 | Taro.showToast({ | 196 | Taro.showToast({ |
| 197 | - title: msg || '同步步数失败', | 197 | + title: msg || '同步步数中', |
| 198 | icon: 'none', | 198 | icon: 'none', |
| 199 | duration: 2000 | 199 | duration: 2000 |
| 200 | }); | 200 | }); | ... | ... |
-
Please register or login to post a comment