Commit b162f9d9 authored by wildfirecode13's avatar wildfirecode13

1

parent 2e67a6b0
...@@ -96,6 +96,7 @@ Component({ ...@@ -96,6 +96,7 @@ Component({
await this.getTaskList(); await this.getTaskList();
break; break;
case 'follow': case 'follow':
setTimeout(() => { flag = 0;}, 1000);
await this.handleGoFollow(sellerId); await this.handleGoFollow(sellerId);
await this.getTaskList(); await this.getTaskList();
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment