课程说明未完成
This commit is contained in:
@@ -357,6 +357,7 @@ export default {
|
||||
},
|
||||
//导航字体是否是白色颜色
|
||||
isWhite() {
|
||||
// console.log(whiteList,'this.navFontColor')
|
||||
return whiteList.includes(this.navFontColor);
|
||||
},
|
||||
//右上角是否有两个按钮
|
||||
@@ -404,9 +405,9 @@ export default {
|
||||
let currentPages = getCurrentPages();
|
||||
let pageLen = currentPages.length;
|
||||
//判断是否是第一个页面,如果是有设置back为true的页面,将不显示返回箭头,而显示返回首页按钮
|
||||
if (pageLen == 1 && !mainPagePath.includes(currentPages[0].route)) {
|
||||
this.firstPage = true;
|
||||
}
|
||||
// if (pageLen == 1 && !mainPagePath.includes(currentPages[0].route)) {
|
||||
// this.firstPage = true;
|
||||
// }
|
||||
},
|
||||
//方法
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user