master
fanluyan 2 years ago
parent aab842c25c
commit adb33eac3d

@ -96,7 +96,7 @@ export default {
totalPage: 0, //
total: 0, //
picList: [], //
remainingTime: 5, //
remainingTime: 15, //
isRuning: false,
timer: null,
loading: false,
@ -221,7 +221,7 @@ export default {
this.startCountdown();
} else {
console.log(this.page);
this.remainingTime = 5;
this.remainingTime = this.selSpeed;
this.getPicData();
this.startCountdown();
}

Loading…
Cancel
Save