修复qx、loon、surge报错,增加助力码

This commit is contained in:
shylocks
2021-01-13 10:29:32 +08:00
parent 3e2f922764
commit 7b666ce43d

View File

@ -102,7 +102,6 @@ async function jdBeauty() {
await doHelpList()
await getAllBook()
await getMyBook()
await chargeGold()
await getActContent(true)
if ($.gold > 800) {
console.log(`金币大于800去抽奖`)
@ -112,7 +111,8 @@ async function jdBeauty() {
$.gold -= 800
}
}
//await helpFriends()
if($.userInfo.storeGold) await chargeGold()
await helpFriends()
await showMsg();
}