From 0695fef8f436b2b7db3de5f37983475ea8ab0cfd Mon Sep 17 00:00:00 2001 From: haptear Date: Mon, 4 Jul 2022 09:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dati/dati_yq_auto.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dati/dati_yq_auto.js b/dati/dati_yq_auto.js index ca76c77..7ca080c 100644 --- a/dati/dati_yq_auto.js +++ b/dati/dati_yq_auto.js @@ -46,8 +46,9 @@ class UserInfo { } //2. 每个邀请账号刷红包提现 + let indexNumber=0; for (var user of this.invitusers) { - console.log(`\n=====开始用户:${user.userid} 每次刷满5000====`) + console.log(`\n==${indexNumber++} ${this.userid} 用户:${user.userid} 刷满5000红包==`) this.amount = 0; this.imei=''; await this.updateInfo(user.userid)