From 472a1ffc28590479b3f4027cbe8d04e699b6e592 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 18 七月 2023 16:00:26 +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