update
This commit is contained in:
@ -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()
|
||||
})
|
||||
|
Reference in New Issue
Block a user