From 557934a45b677198b338bf2e40a58bb4166bc857 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Thu, 9 Jul 2020 19:22:58 +0800 Subject: [PATCH] Fix sync save --- libs/control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/control.js b/libs/control.js index 119a5f00..92c5191d 100644 --- a/libs/control.js +++ b/libs/control.js @@ -1958,7 +1958,7 @@ control.prototype.syncLoad = function () { } core.ui.drawWaiting("正在同步,请稍候..."); if (idpassword.length == 7) { - core.control._syncLoad_http(idpassword.substring(0, 4), idpassword.substring(3)); + core.control._syncLoad_http(idpassword.substring(0, 4), idpassword.substring(4)); } else { core.control._syncLoad_http(idpassword.substring(0, 6), idpassword.substring(6)); }