From 720e24bd50e05836da5ba181025e5777afc1b659 Mon Sep 17 00:00:00 2001 From: leafTheFish <103831852+leafTheFish@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:38:58 +0800 Subject: [PATCH] Update jzyl.js --- jzyl.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jzyl.js b/jzyl.js index 786e0fb..c2c1d0f 100644 --- a/jzyl.js +++ b/jzyl.js @@ -88,10 +88,9 @@ class UserInfo { this.name = result.data.wechatName this.phone = result.data.phone this.valid = true - console.log(`登录成功`) - console.log(`昵称:${this.name}`) + console.log(`账号[${this.index}]登录成功,昵称:${this.name}`) } else { - console.log(`登录失败: ${result.message}`) + $.logAndNotify(`账号[${this.index}]登录失败: ${result.message}`) } } catch(e) { console.log(e)