去除视频

This commit is contained in:
luyuan 2020-08-24 17:01:34 +08:00
parent 0d96af99e1
commit 6a25fe34a7
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -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)
//