mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
Update jd_pet.js
This commit is contained in:
parent
8e4fa3041a
commit
61c0a60c17
@ -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 || [])])];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user