diff --git a/src/views/pictureRotation/index.vue b/src/views/pictureRotation/index.vue index 9a5f67c..39bc99c 100644 --- a/src/views/pictureRotation/index.vue +++ b/src/views/pictureRotation/index.vue @@ -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(); }