去除了视频
This commit is contained in:
parent
6a25fe34a7
commit
6d4d2e5d8d
@ -51,7 +51,7 @@
|
||||
return {
|
||||
remaining: 7,
|
||||
type: false,
|
||||
banner: false,
|
||||
banner: true,
|
||||
protocol: false,
|
||||
heightOut: '',
|
||||
imgurl: [],
|
||||
@ -116,15 +116,15 @@
|
||||
},
|
||||
// 3秒倒计时
|
||||
remaining_time() {
|
||||
this.timer = setInterval(() => {
|
||||
this.remaining--;
|
||||
if (this.remaining <= 0) {
|
||||
clearInterval(this.timer);
|
||||
console.log("完了")
|
||||
// this.type = !this.type;
|
||||
this.banner = !this.banner;
|
||||
}
|
||||
}, 1000);
|
||||
// this.timer = setInterval(() => {
|
||||
// this.remaining--;
|
||||
// if (this.remaining <= 0) {
|
||||
// clearInterval(this.timer);
|
||||
// console.log("完了")
|
||||
// // this.type = !this.type;
|
||||
// // this.banner = !this.banner;
|
||||
// }
|
||||
// }, 1000);
|
||||
},
|
||||
leap_over() {
|
||||
// this.type = !this.type
|
||||
|
@ -56,6 +56,7 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom",
|
||||
"backgroundColorBottom":"#000000",
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user