From 04d07254bb33a81c871b20f1e60bac21649a5153 Mon Sep 17 00:00:00 2001 From: guyuexuan <2651919937@qq.com> Date: Mon, 25 Jan 2021 18:49:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=9B=86=E9=9E=AD=E7=82=AE=E8=B5=A2=E4=BA=AC?= =?UTF-8?q?=E8=B1=86]=20=E4=BF=AE=E5=A4=8D=E8=BF=90=E7=AE=97=E7=AC=A6?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_firecrackers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_firecrackers.js b/jd_firecrackers.js index 7fef4878..634c49ba 100644 --- a/jd_firecrackers.js +++ b/jd_firecrackers.js @@ -98,7 +98,7 @@ function showMsg() { message += `【鞭炮🧨】本次获得 ${$.earn},共计${$.total}\n` if ($.total && notifyBean) { for (let item of $.prize) { - if (notifyBean >= item.beansPerNum) { // 符合预定的京豆档位 + if (notifyBean <= item.beansPerNum) { // 符合预定的京豆档位 if ($.total >= item.prizerank) { // 当前鞭炮满足兑换 message += `【京豆】请手动兑换 ${item.beansPerNum} 个京豆,需消耗花费🧨 ${item.prizerank}` $.msg($.name, subTitle, message);