去除视频
This commit is contained in:
parent
0d96af99e1
commit
6a25fe34a7
@ -50,7 +50,7 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
remaining: 7,
|
remaining: 7,
|
||||||
type: true,
|
type: false,
|
||||||
banner: false,
|
banner: false,
|
||||||
protocol: false,
|
protocol: false,
|
||||||
heightOut: '',
|
heightOut: '',
|
||||||
@ -121,13 +121,13 @@
|
|||||||
if (this.remaining <= 0) {
|
if (this.remaining <= 0) {
|
||||||
clearInterval(this.timer);
|
clearInterval(this.timer);
|
||||||
console.log("完了")
|
console.log("完了")
|
||||||
this.type = !this.type;
|
// this.type = !this.type;
|
||||||
this.banner = !this.banner;
|
this.banner = !this.banner;
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
},
|
},
|
||||||
leap_over() {
|
leap_over() {
|
||||||
this.type = !this.type
|
// this.type = !this.type
|
||||||
this.banner = !this.banner;
|
this.banner = !this.banner;
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
// 获取屏幕高度
|
// 获取屏幕高度
|
||||||
|
Loading…
Reference in New Issue
Block a user