From c1006b24922632ccb9ae7186925d0fb64d805246 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 24 七月 2023 15:43:42 +0800
Subject: [PATCH] 修改验质页面出现负数的错误

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

diff --git a/store/index.js b/store/index.js
index e9c61e3..c689bdd 100644
--- a/store/index.js
+++ b/store/index.js
@@ -262,7 +262,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