From 9ff33507292d880a2bb9a9c743d7787820fccba1 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Thu, 27 Mar 2025 13:52:23 +0800 Subject: [PATCH] this is lastest update 3.27 --- pages.json | 7 +++++++ pages/home/home.vue | 3 ++- pages/store-home/ProductDetails/ProductDetails.vue | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 4d147b5..c7fc3f7 100644 --- a/pages.json +++ b/pages.json @@ -254,6 +254,13 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path" : "pages/testPage/testPage", + "style" : + { + "navigationBarTitleText" : "" + } } ], "plugins": { diff --git a/pages/home/home.vue b/pages/home/home.vue index c2db894..3713470 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -249,7 +249,8 @@ const showStop =()=>{ font-size: 18.75rpx; font-family: 'FangZhengFonts'; line-height: 17.29rpx; - color: #faddde; + // color: #faddde; + color: #F29FA3; } .text_3 { line-height: 18.09rpx; diff --git a/pages/store-home/ProductDetails/ProductDetails.vue b/pages/store-home/ProductDetails/ProductDetails.vue index 6b16ded..46fea31 100644 --- a/pages/store-home/ProductDetails/ProductDetails.vue +++ b/pages/store-home/ProductDetails/ProductDetails.vue @@ -239,7 +239,7 @@ const checkGeneralGood = async () => { background-color: #ffffff; border-radius: 18.75rpx; width: 726rpx; - height: 100%; + height: auto; padding: 20rpx; margin: 20rpx auto 160rpx; } @@ -259,7 +259,7 @@ button::after { .page { background-size: 100% 100%; background-repeat: no-repeat; - height: 100%; + height: 100vh; width: 100%; overflow-y: auto; overflow-x: hidden;