Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -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 || [])])];
|
||||
}
|
||||
|
Reference in New Issue
Block a user