's'
This commit is contained in:
@@ -40,6 +40,7 @@ export function applyCompleteSuccess(data: { token?: string; record?: { wechatId
|
||||
}
|
||||
window.dispatchEvent(new CustomEvent("auth:updated"));
|
||||
window.dispatchEvent(new CustomEvent("vip:updated"));
|
||||
window.dispatchEvent(new CustomEvent("registration:refresh"));
|
||||
if (record?.wechatId) {
|
||||
try {
|
||||
localStorage.setItem(WECHAT_STORAGE_KEY, record.wechatId);
|
||||
|
||||
Reference in New Issue
Block a user