hookehuyr

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

......@@ -194,7 +194,7 @@ const getWeRunData = async () => {
emit('sync-failed', { showManualUpdate: true });
}
Taro.showToast({
title: msg || '同步步数失败',
title: msg || '同步步数',
icon: 'none',
duration: 2000
});
......