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