From a28d0135ee42809b2c5863609da37155d3ecba5b Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 29 四月 2025 15:11:39 +0800
Subject: [PATCH] feat:增加类型显示

---
 pages/login/login.vue |   31 +++++++++++++++++++------------
 1 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index 2f5b0c9..4f27eac 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -15,12 +15,16 @@
 		</view>
     <!--  #endif  -->
 		<view class="utils-block">
+			<!--  #ifdef MP-WEIXIN  -->
 			<view @click="forgetPassword"><text>蹇樿瀵嗙爜?</text></view>
+			 <!--  #endif  -->
+   <!--  #ifdef MP-WEIXIN  -->
 			<view @click="PrivacyAgreementHandle"><text>鏂扮敤鎴锋敞鍐�</text></view>
+    <!--  #endif  -->
 		</view>
 
 		<view class="login-bottom-box">
-			<view class="copyright">鍐�涓兘婧愭棤浜哄�煎畧寰俊灏忕▼搴�</view>
+			<view class="copyright">娌у窞鑱氶殕鍖栧伐鏃犱汉鍊煎畧寰俊灏忕▼搴�</view>
 			<view class="copyright">灏忕▼搴忎粎渚涘凡鎷ユ湁绯荤粺璐﹀彿鐗瑰畾鍐呴儴浜哄憳浣跨敤</view>
 		</view>
 
@@ -123,17 +127,17 @@
 				uni.showLoading({
 					title: '鍔犺浇涓�...'
 				});
-				wx.request({
-					url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`,
-					success(res) {
-						console.log(res, 'openid');
-						uni.setStorageSync('openid', res.data.openid);
-						// uni.showToast({
-						// 	title: '鎴愬姛鑾峰彇娴嬭瘯openid',
-						// 	icon: 'none'
-						// });
-					}
-				});
+				// wx.request({
+				// 	url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`,
+				// 	success(res) {
+				// 		console.log(res, 'openid');
+				// 		uni.setStorageSync('openid', res.data.openid);
+				// 		// uni.showToast({
+				// 		// 	title: '鎴愬姛鑾峰彇娴嬭瘯openid',
+				// 		// 	icon: 'none'
+				// 		// });
+				// 	}
+				// });
 				this.$nextTick(() => {
 					apiLoginWx({ code: code }).then(res => {
 						if (res.code != 1) {
@@ -149,6 +153,7 @@
 								uni.setStorageSync('roleType', res.data.type);
 								uni.setStorageSync("userId", res.data.userId)
 								uni.setStorageSync("carNo", res.data.carNo)
+								uni.setStorageSync("isFirstMeet", false)
 								setCustomerId(res.data.customerid);
 								uni.hideLoading();
 								//璺宠浆椤甸潰
@@ -160,6 +165,8 @@
 							this.$u.toast(res.msg);
 							this.bindWxModelShow = true;
 						}
+					}).catch((err) => {
+						this.loginPopupShow = false;
 					});
 				});
 				this.loginPopupShow = false;

--
Gitblit v1.9.1