mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
fix jd_club_lottery.js
This commit is contained in:
parent
299b6d3185
commit
563bf814a2
@ -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`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user