Commit baa53264 by LJM

bug

parent c9a43842
Showing with 2 additions and 2 deletions
......@@ -295,7 +295,7 @@ export default {
}
return {
supplier_id: Number(localStorage.getItem('supplier_id')) || 0,
seconds: 10,
seconds: 60,
activeName: "all",
userinfo: {},
collapse: false,
......@@ -499,7 +499,7 @@ export default {
this.seconds--;
if (this.seconds <= 0) {
clearInterval(this.timer);
this.seconds = 10;
this.seconds = 60;
this.getLatestMsg();
}
}, 1000)
......
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