@@ -114,7 +114,7 @@ export default {
this.data.shift(); //删除数组的第一个元素
this.animate = false;
}, 500);
- }, 3000);
+ }, 5000);
},
//鼠标移上去停止
Stop() {