去除抗战

main
lion 1 month ago
parent 2f6c7ce269
commit 605e2a56f4

@ -36,16 +36,16 @@
"iconPath": require("@/static/icon1.png"), "iconPath": require("@/static/icon1.png"),
"selectedIconPath": require("@/static/icon1-cur.png") "selectedIconPath": require("@/static/icon1-cur.png")
}, },
{ // {
id: 1, // id: 1,
centerItem: false, // centerItem: false,
width: 72, // width: 72,
height: 65, // height: 65,
"text": "抗战", // "text": "",
"pagePath": "/pages/line/war", // "pagePath": "/pages/line/war",
"iconPath": require("@/static/icon5.png"), // "iconPath": require("@/static/icon5.png"),
"selectedIconPath": require("@/static/icon5-cur.png") // "selectedIconPath": require("@/static/icon5-cur.png")
}, // },
{ {
id: 2, id: 2,
centerItem: false, centerItem: false,

@ -17,12 +17,14 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, { },
"path": "pages/line/war", // {
"style": { // "path": "pages/line/war",
"navigationStyle": "custom" // "style": {
} // "navigationStyle": "custom"
}, { // }
// },
{
"path": "pages/book/index", "path": "pages/book/index",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -99,12 +101,12 @@
"iconPath": "/static/icon1.png", "iconPath": "/static/icon1.png",
"selectedIconPath": "/static/icon1-cur.png" "selectedIconPath": "/static/icon1-cur.png"
}, },
{ // {
"text": "抗战", // "text": "抗战",
"pagePath": "pages/line/war", // "pagePath": "pages/line/war",
"iconPath": "/static/icon5.png", // "iconPath": "/static/icon5.png",
"selectedIconPath": "/static/icon5-cur.png" // "selectedIconPath": "/static/icon5-cur.png"
}, // },
{ {
"text": "书房", "text": "书房",
"pagePath": "pages/book/house", "pagePath": "pages/book/house",

@ -42,7 +42,7 @@
progressPercentage: 0, progressPercentage: 0,
interval: null, interval: null,
isShare: false, isShare: false,
showBtn: true, showBtn: false,
navBarBoxHeight: 0, navBarBoxHeight: 0,
} }
}, },
@ -63,7 +63,7 @@
// #endif // #endif
}, },
beforeDestroy() { beforeDestroy() {
// clearInterval(this.interval); clearInterval(this.interval);
}, },
methods: { methods: {
toHome() { toHome() {
@ -72,15 +72,15 @@
}) })
}, },
start() { start() {
// this.interval = setInterval(() => { this.interval = setInterval(() => {
// if (this.progressPercentage < 100) { if (this.progressPercentage < 100) {
// this.progressPercentage++; this.progressPercentage++;
// } else { } else {
// clearInterval(this.interval); clearInterval(this.interval);
// this.showBtn = true this.showBtn = true
// } }
// }, 30); }, 30);
}, },
}, },
} }

Loading…
Cancel
Save