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