Commit c9a5fc88 authored by spc's avatar spc

fixed

parent fa2ba651
......@@ -449,8 +449,14 @@ const getRealtimePhoneNumber = async (e) => {
});
return;
}
await userStore.phoneCallback(e.detail, () => {
await userStore.phoneCallback(e.detail, async () => {
showRegisterLayer.value = true;
// // 新增数据刷新逻辑
// 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