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

This commit is contained in:
any
2021-01-13 10:29:32 +08:00
parent 3695e2cfda
commit 5a305c5d5d

View File

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