From db998ef271b49d8bd57d32287e5b365bc65c4f82 Mon Sep 17 00:00:00 2001 From: anonymous Date: Wed, 13 Jan 2021 10:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dqx=E3=80=81loon=E3=80=81surge?= =?UTF-8?q?=E6=8A=A5=E9=94=99=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=8A=A9=E5=8A=9B?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_bookshop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_bookshop.js b/jd_bookshop.js index a209fef7..244b6072 100644 --- a/jd_bookshop.js +++ b/jd_bookshop.js @@ -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(); }