From 4e62a3ef3d30d9176688de1a8be81651f83052b5 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 19 May 2021 00:29:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E3=80=90=E8=B6=85=E7=BA=A7=E5=93=81?= =?UTF-8?q?=E7=89=8C=E6=97=A5=E3=80=91=E8=8E=B7=E5=BE=97=20=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_club_lottery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 99e500ab..3c4967b6 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -1060,7 +1060,7 @@ function superbrand_getGift() { console.log(`超级品牌日 抽奖 获得:${item['quantity']}京豆🐶`); message += `【超级品牌日】获得:${item['quantity']}京豆🐶\n`; if ($.superShakeBeanNum === 0) { - allMessage += `京东账号${$.index}${$.nickName || $.UserName}\n【超级品牌日】获得:${item['quantity']}${item['prizeName']}\n`; + allMessage += `京东账号${$.index}${$.nickName || $.UserName}\n【超级品牌日】获得:${item['quantity']}京豆🐶\n`; } else { allMessage += `【超级品牌日】获得:${item['quantity']}京豆🐶\n`; }