From 1ab71f7f0cf0928124203c93eb441b645609fbef Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sun, 10 Jan 2021 12:38:22 +0800 Subject: [PATCH] Update jd_pet.js --- jd_pet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_pet.js b/jd_pet.js index ee3397e9..6f11aa5b 100644 --- a/jd_pet.js +++ b/jd_pet.js @@ -472,8 +472,8 @@ function shareCodesFormat() { newShareCodes = shareCodes[tempIndex].split('@'); } //因好友助力功能下线。故暂时屏蔽 - // const readShareCodeRes = await readShareCode(); - const readShareCodeRes = null; + const readShareCodeRes = await readShareCode(); + //const readShareCodeRes = null; if (readShareCodeRes && readShareCodeRes.code === 200) { newShareCodes = [...new Set([...newShareCodes, ...(readShareCodeRes.data || [])])]; }