|
|
@ -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();
|
|
|
|
}
|
|
|
|
}
|
|
|
|