hookehuyr

fix: 将同步步数失败的提示改为同步步数中

...@@ -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 });
......