价格显示问题

This commit is contained in:
liuyuan
2025-04-18 17:56:33 +08:00
parent 648a993d14
commit 380ed58d17
179 changed files with 17322 additions and 2750 deletions

View File

@@ -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;