This commit is contained in:
any
2021-01-26 09:06:49 +08:00
parent b9c992b4b6
commit d8c48beaca

View File

@@ -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 || [])])];
}