价格显示问题
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: {
|
||||
@@ -425,7 +426,7 @@ export default {
|
||||
this.$emit("homeClick");
|
||||
} else {
|
||||
uni.switchTab({
|
||||
url: '/pages/home/index',
|
||||
url: '/pages/homePage/index/index',
|
||||
});
|
||||
}
|
||||
},
|
||||
@@ -602,7 +603,6 @@ export default {
|
||||
/* #endif */
|
||||
/* #ifdef APP-PLUS-NVUE */
|
||||
lines: 1;
|
||||
max-width: calc(100vw - 100px) !important;
|
||||
/* #endif */
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user