Authored by yyq

fix

... ... @@ -69,7 +69,7 @@ export default {
}
this.loading = true;
const result = this.syncServiceFollow();
const result = await this.syncServiceFollow();
this.loading = false;
if (result.code === 200) {
... ...