mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0128547bcf
@ -1135,7 +1135,7 @@ function shareCodesFormatPk() {
|
||||
const tempIndex = $.index > pkInviteCodes.length ? (pkInviteCodes.length - 1) : ($.index - 1);
|
||||
$.newShareCodesPk = pkInviteCodes[tempIndex].split('@');
|
||||
}
|
||||
const readShareCodeRes = await readShareCodePk();
|
||||
const readShareCodeRes = null //await readShareCodePk();
|
||||
if (readShareCodeRes && readShareCodeRes.code === 200) {
|
||||
$.newShareCodesPk = [...new Set([...$.newShareCodesPk, ...(readShareCodeRes.data || [])])];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user