From 6a25fe34a746128ef9d95ed7e66939f44861a88e Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 24 Aug 2020 17:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/remaining/remaining.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/remaining/remaining.vue b/components/remaining/remaining.vue index 1519ea0..87e6cfb 100644 --- a/components/remaining/remaining.vue +++ b/components/remaining/remaining.vue @@ -50,7 +50,7 @@ data() { return { remaining: 7, - type: true, + type: false, banner: false, protocol: false, heightOut: '', @@ -121,13 +121,13 @@ if (this.remaining <= 0) { clearInterval(this.timer); console.log("完了") - this.type = !this.type; + // this.type = !this.type; this.banner = !this.banner; } }, 1000); }, leap_over() { - this.type = !this.type + // this.type = !this.type this.banner = !this.banner; clearInterval(this.timer) // 获取屏幕高度