Commit 3949405e authored by chenkai@duiba.com.cn's avatar chenkai@duiba.com.cn

Merge branch 'dev' of http://gitlab2.dui88.com/fh/20250528_FHQ1 into dev

parents f6061bc4 19bb94f6
......@@ -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