From adb33eac3d531c13feb63f3afcc7e87dbcec42e8 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 17 May 2023 17:19:03 +0800 Subject: [PATCH] lunxun --- src/views/pictureRotation/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }