Commit 31e882bc authored by spc's avatar spc

fixed

parent 939f9be9
......@@ -456,11 +456,11 @@ const getRealtimePhoneNumber = async (e) => {
await userStore.phoneCallback(e.detail, async () => {
showRegisterLayer.value = true;
// // 新增数据刷新逻辑
// showLoading();
// await userStore.loadMemberInfo();
// await pageCfgStore.fetchCfg();
// initData();
// hideLoading();
showLoading();
await userStore.loadMemberInfo();
await pageCfgStore.fetchCfg();
initData();
hideLoading();
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment