From 096c08977d2596d023e362ce2c3ff3ac054ea4ad Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 14 May 2026 17:51:17 +0800
Subject: [PATCH] UI:购有趣 我的、商品详情、首页样式调整及隐藏详情积分

---
 static/css/index.css  |    7 ++++++-
 static/css/my2.css    |    2 +-
 pages/ginfo/ginfo.vue |    2 +-
 pages/login/login.vue |    4 ++--
 static/css/ginfo.css  |    5 +++++
 5 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/pages/ginfo/ginfo.vue b/pages/ginfo/ginfo.vue
index ed4516f..ed53010 100644
--- a/pages/ginfo/ginfo.vue
+++ b/pages/ginfo/ginfo.vue
@@ -14,7 +14,7 @@
 			<view class="">
 				<text>¥</text>
 				<text>{{goodsData.price}}</text>
-				<text>积分:{{goodsData.points}}</text>
+				<!-- <text>积分:{{goodsData.points}}</text> -->
 			</view>
 			<view class="collect" @tap="collectGoods">
 				<image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 11b67aa..4366faa 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -3,10 +3,10 @@
 		<view class="login-title">
 			<image style="height: 140rpx;width: 140rpx;" src="@/static/imgs/loginLogo.png" mode="scaleToFill"></image>
 			<view class="login-title-1">
-				<text>够你所想</text>
+				<text>购你所想</text>
 				<text>购你所爱</text>
 			</view>
-			<view class="login-title-2">欢迎登录够有趣</view>
+			<view class="login-title-2">欢迎登录购有趣</view>
 		</view>
 		<view class="login-type">
 			<view class="login-type-v">
diff --git a/static/css/ginfo.css b/static/css/ginfo.css
index d9aadf1..e19a103 100644
--- a/static/css/ginfo.css
+++ b/static/css/ginfo.css
@@ -15,6 +15,11 @@
 	top: 30upx;
 	z-index: 999;
 }
+/* #ifndef H5 */
+.backLeft{
+	top: var(--status-bar-height);
+}
+/* #endif */
 .bannerIndex{
 	display: flex;
 	justify-content: center;
diff --git a/static/css/index.css b/static/css/index.css
index 672f516..8b7ce57 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -12,8 +12,13 @@
     flex-direction: column;
     min-height: 100vh;
     position: relative;
-	padding-top: 50upx;
+	padding-top: 50rpx;
 }
+/* #ifndef H5 */
+.page-container {
+	padding-top: var(--status-bar-height);
+}
+/* #endif */
 
 .page-bg {
     position: absolute;
diff --git a/static/css/my2.css b/static/css/my2.css
index 6502051..d7ff7d9 100644
--- a/static/css/my2.css
+++ b/static/css/my2.css
@@ -11,7 +11,7 @@
 	height: 112rpx;
 	/* margin: 50rpx 30rpx 50rpx 50rpx; */
 	border-radius: 50%;
-	margin-top: 160rpx;
+	margin-top: calc(160rpx - var(--status-bar-height));
 }
 .myContent{
 	width: 100%;

--
Gitblit v1.9.3