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) => { ...@@ -456,11 +456,11 @@ const getRealtimePhoneNumber = async (e) => {
await userStore.phoneCallback(e.detail, async () => { await userStore.phoneCallback(e.detail, async () => {
showRegisterLayer.value = true; showRegisterLayer.value = true;
// // 新增数据刷新逻辑 // // 新增数据刷新逻辑
// showLoading(); showLoading();
// await userStore.loadMemberInfo(); await userStore.loadMemberInfo();
// await pageCfgStore.fetchCfg(); await pageCfgStore.fetchCfg();
// initData(); initData();
// hideLoading(); 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