From 299b6d3185030f8427788abb039eaf67a1546ffe Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 15 May 2021 00:39:31 +0800 Subject: [PATCH] fix jd_club_lottery.js --- 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 f1c15ffe..821ab9f5 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -1058,7 +1058,7 @@ function superbrand_getGift() { if ($.jpeasList && $.jpeasList.length) { for (let item of $.jpeasList) { console.log(`超级品牌日 抽奖 获得:${item['quantity']}${item['prizeName']}`); - message += `【超级品牌日】获得:${item['quantity']}${item['prizeName']}\n`; + message += `【超级品牌日】获得:${item['quantity']}京豆🐶\n`; if ($.superShakeBeanNum === 0) { allMessage += `京东账号${$.index}${$.nickName || $.UserName}\n【超级品牌日】获得:${item['quantity']}${item['prizeName']}\n`; } else {