This commit is contained in:
lxk0301
2021-04-08 18:09:25 +08:00
parent 0e82ca0d09
commit 9d3a7717b6

View File

@ -106,7 +106,7 @@ async function jdGlobal() {
function showMsg() {
return new Promise(resolve => {
message += `本次运行获得${$.score}金币,共计${$.total}金币`
message += `本次运行获得${$.score}金币,共计${$.total}金币\n可兑换 ${($.total/10000).toFixed(2)} 元京东红包\n兑换入口:京东极速版->我的->金币`
$.msg($.name, '', `京东账号${$.index}${$.nickName}\n${message}`);
resolve()
})