This commit is contained in:
lxk0301
2021-03-02 09:58:28 +08:00
parent 4a94628b23
commit 730b2934fe

View File

@ -155,7 +155,7 @@ async function shaking() {
}
function showMsg() {
if ($.prizeBeanCount) {
$.msg(`${$.name}`, `京东账号${$.index} ${$.nickName}`, `获得${$.prizeBeanCount}京豆\n【账号总计】${$.totalBeanCount}京豆`);
$.msg(`${$.name}`, `京东账号${$.index} ${$.nickName}`, `获得${$.prizeBeanCount}京豆`);
}
}
//====================API接口=================