From 00531f6109c5db4cee175af39d0ed20d90324a19 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 29 七月 2025 16:21:22 +0800
Subject: [PATCH] 审核问题

---
 pages/passport/wechatMPLogin.vue |   13 ++++++++++---
 pages/mine/address/add.vue       |    2 +-
 pages/tabbar/index/home.vue      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/pages/mine/address/add.vue b/pages/mine/address/add.vue
index b57c855..8ba510b 100644
--- a/pages/mine/address/add.vue
+++ b/pages/mine/address/add.vue
@@ -35,7 +35,7 @@
       <m-city :provinceData="list" headTitle="鍖哄煙閫夋嫨" ref="cityPicker" @funcValue="getpickerParentValue" pickerSize="4">
       </m-city>
 
-      <!-- <uniMap v-if="mapFlag" @close="closeMap" @callback="callBackAddress" /> -->
+      <uniMap v-if="mapFlag" @close="closeMap" @callback="callBackAddress" />
     </div>
   </view>
 </template>
diff --git a/pages/passport/wechatMPLogin.vue b/pages/passport/wechatMPLogin.vue
index 8f36bf6..26c6167 100644
--- a/pages/passport/wechatMPLogin.vue
+++ b/pages/passport/wechatMPLogin.vue
@@ -16,7 +16,9 @@
 				<view class="logo-info">
 					<text class="title">娆㈣繋杩涘叆{{ projectName }}</text>
 				</view>
-				
+				<view>
+					<text class="small-title">浣犲ソ,姝ゆ湇鍔′粎缁挎弧绛愪細鍛樹娇鐢�</text>
+				</view>
 				<view class="small-tips">
 					<view>涓烘偍鎻愪緵浼樿川鏈嶅姟,{{ projectName }}闇�瑕佽幏鍙栦互涓嬩俊鎭�</view>
 					<view>鎮ㄧ殑鍏紑淇℃伅锛堟樀绉般�佸ご鍍忥級</view>
@@ -223,7 +225,7 @@
 					console.log(user)
 			      storage.setUserInfo(user.data.result);
 			      storage.setHasLogin(true);
-
+				 
 			      uni.navigateBack({
 			        delta: 1,
 			      });
@@ -291,7 +293,12 @@
 	.box {
 		margin: 0 32rpx;
 	}
-
+	.small-title {
+		width: 94%;
+		padding: 20rpx;
+		font-size: 34rpx;
+		margin: 0 0 20rpx;
+	}
 	/* 鏂囧瓧鎻愮ず*/
 	.small-tips {
 		width: 94%;
diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index 33aed35..b8f0128 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -387,7 +387,7 @@
   	this.startHidenTime = Date.now()
   },
   onLoad(option) {
-	
+
 	  console.log('-----------鍒嗕韩鍑虹殑鏁版嵁---------->',option)
 	  //澶勭悊鎵爜鍑烘潵鐨勮棰�
 	  this.marginBottom = uni.getSystemInfoSync().safeAreaInsets.bottom

--
Gitblit v1.8.0