From 17427143356e8a410552cb44120a02eb6eb35540 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 17 七月 2023 15:44:22 +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