From a25c7697644a40d3aa3a9746085a9a7618dd098a Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 10 十月 2023 08:15:09 +0800
Subject: [PATCH] 修改称重提示错误 修改判断

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

diff --git a/store/index.js b/store/index.js
index bdb23b7..fd6fdcb 100644
--- a/store/index.js
+++ b/store/index.js
@@ -295,8 +295,7 @@
 			clearInterval(state.reconnectTimeOut)
 			state.socketTask = null
 			commit('changereconnectState', false)
-			console.log(state.connectNum, state.connectNum.connectNum, '閾炬帴鏁�');
-			if (state.connectNum < 6 || state.connectNum.connectNum < 6 && state.globalisLogin) {
+			if ((state.connectNum < 6 || state.connectNum.connectNum < 6) && state.globalisLogin) {
 				uni.showToast({
 					title: '杩炴帴澶辫触锛屾鍦ㄥ皾璇曢噸鏂拌繛鎺�',
 					icon: 'none'

--
Gitblit v1.9.1