mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
fix 【超级品牌日】获得 重复显示
This commit is contained in:
parent
6413e68014
commit
4e62a3ef3d
@ -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`;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user