修复bug,并且默认改为给好友喂食(因宠汪汪聚宝盆下线)

This commit is contained in:
lxk0301
2021-02-19 11:26:53 +08:00
parent abd40a5559
commit a7c2efc3c6
2 changed files with 2 additions and 4 deletions

View File

@ -362,7 +362,7 @@ function msgShow() {
if ($.beanscount && ctrTemp) {
$.msg($.name, ``, `【京东账号${$.index}${$.nickName}\n${coinToBeans ? `【兑换${$.title}${ $.beanscount ? `成功,数量:${$.beanscount}` : $.beanerr}` : "您设置的是不兑换奖品"}`);
if ($.isNode()) {
await notify.sendNotify(`${$.name} - 账号${$.index} - ${$.nickName}`, `【京东账号${$.index}${$.UserName}\n${coinToBeans ? `【兑换${$.title}${$.beanscount ? `成功,数量:${$.beanscount}` : $.beanerr}` : "您设置的是不兑换奖品"}`)
await notify.sendNotify(`${$.name} - 账号${$.index} - ${$.nickName}`, `【京东账号${$.index}${$.nickName}\n${coinToBeans ? `【兑换${$.title}${$.beanscount ? `成功,数量:${$.beanscount}` : $.beanerr}` : "您设置的是不兑换奖品"}`)
}
}
resolve()