From 563bf814a2ba498c8f5fa6c2dced8236c50d779c Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 15 May 2021 00:40:17 +0800 Subject: [PATCH] fix jd_club_lottery.js --- jd_club_lottery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 821ab9f5..99e500ab 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -1057,12 +1057,12 @@ function superbrand_getGift() { $.jpeasList = result['jpeasList']; if ($.jpeasList && $.jpeasList.length) { for (let item of $.jpeasList) { - console.log(`超级品牌日 抽奖 获得:${item['quantity']}${item['prizeName']}`); + console.log(`超级品牌日 抽奖 获得:${item['quantity']}京豆🐶`); message += `【超级品牌日】获得:${item['quantity']}京豆🐶\n`; if ($.superShakeBeanNum === 0) { allMessage += `京东账号${$.index}${$.nickName || $.UserName}\n【超级品牌日】获得:${item['quantity']}${item['prizeName']}\n`; } else { - allMessage += `【超级品牌日】获得:${item['quantity']}${item['prizeName']}\n`; + allMessage += `【超级品牌日】获得:${item['quantity']}京豆🐶\n`; } } }