xbx-new #291

Merged
theluyuan merged 2 commits from xbx-new into master 2020-08-25 02:03:54 +00:00
2 changed files with 11 additions and 10 deletions
Showing only changes of commit 6d4d2e5d8d - Show all commits

View File

@ -51,7 +51,7 @@
return { return {
remaining: 7, remaining: 7,
type: false, type: false,
banner: false, banner: true,
protocol: false, protocol: false,
heightOut: '', heightOut: '',
imgurl: [], imgurl: [],
@ -116,15 +116,15 @@
}, },
// 3 // 3
remaining_time() { remaining_time() {
this.timer = setInterval(() => { // this.timer = setInterval(() => {
this.remaining--; // this.remaining--;
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

View File

@ -56,6 +56,7 @@
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationStyle": "custom", "navigationStyle": "custom",
"backgroundColorBottom":"#000000",
"app-plus": { "app-plus": {
"titleNView": false "titleNView": false
} }