Commit 6a797324 by LJM

调整毫秒数

parent d56ebc7d
...@@ -583,7 +583,7 @@ export default { ...@@ -583,7 +583,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.isFocus = true; this.isFocus = true;
this.$forceUpdate(); this.$forceUpdate();
}, 1000); }, 500);
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
} }
......
...@@ -369,7 +369,7 @@ export default { ...@@ -369,7 +369,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.isFocus = true; this.isFocus = true;
this.$forceUpdate(); this.$forceUpdate();
}, 1000); }, 500);
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
} }
......
...@@ -903,7 +903,7 @@ export default { ...@@ -903,7 +903,7 @@ export default {
setTimeout(() => { setTimeout(() => {
this.isFocus = true; this.isFocus = true;
this.$forceUpdate(); this.$forceUpdate();
}, 1000); }, 500);
} catch (e) { } catch (e) {
//TODO handle the exception //TODO handle the exception
} }
......
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 sign in to comment