@@ -2290,7 +2290,7 @@ export default {
this.timer = setInterval(() => {
_this.flag++;
this.changeImage(_this.flag);
- }, 100); //这个定时器的时间需要改,方便测试,现在为一秒
+ }, 10000); //这个定时器的时间需要改,方便测试,现在为一秒
},
isOk() {
console.log("执行了吗");