master
fanluyan 2 years ago
parent aab842c25c
commit adb33eac3d

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

Loading…
Cancel
Save