Commit 37fb11e5 authored by malin's avatar malin

test

parent 6a2b9495
...@@ -129,6 +129,17 @@ export default { ...@@ -129,6 +129,17 @@ export default {
this.result = res.result.data; this.result = res.result.data;
// this.is_result = true; // this.is_result = true;
// } // }
if (res.result.data == null) {
setTimeout(() => {
this.counter += 1;
if (this.counter >= 80) {
return;
} else {
return this._fetchInfo();
}
}, 2000);
return;
}
}); });
}, },
......
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