Merge remote-tracking branch 'origin/master'

This commit is contained in:
lxk0301
2021-01-26 09:52:10 +08:00

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