From c46feb89edb62a764e46084e4a6a0e2e00cb5dfd Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 29 八月 2023 09:32:33 +0800
Subject: [PATCH] 注册页面调整字体大小

---
 store/index.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/store/index.js b/store/index.js
index e9c61e3..71899fe 100644
--- a/store/index.js
+++ b/store/index.js
@@ -107,7 +107,8 @@
 		connectNum: 1, //閲嶈繛娆℃暟,
 		reconnectTimeOut: null,
 		// 绉伴噸绋冲畾鎬�  0/绋冲畾 1/闈炵ǔ瀹�  闈炵ǔ瀹氭�佷笉鑳界偣绉伴噸
-		globalWarning: false
+		globalWarning: false,
+		globalShowWeigh: []
 	},
 	mutations: {
 		lengthchange(state, payload) {
@@ -180,6 +181,9 @@
 		// 鏀瑰彉绋冲畾鎬�
 		changeWarning(state, payload) {
 			state.globalWarning = payload
+		},
+		changeglobalShowWeigh(state, payload) {
+			state.globalShowWeigh = payload
 		}
 	},
 	actions: {
@@ -262,7 +266,7 @@
 				})
 				commit('changereconnectNum', 1)
 				dispatch('reconnect')
-			} else if (state.connectNum > 6 && state.globalisLogin) {
+			} else if (state.connectNum >= 6 && state.globalisLogin) {
 				commit('changereconnectNum', 1)
 				uni.showToast({
 					title: '缃戠粶寮傚父,璇风◢鍚庨噸璇�',

--
Gitblit v1.9.1