Commit dcc32887 authored by 王炽's avatar 王炽

6666

parent ade33df0
...@@ -759,6 +759,7 @@ ...@@ -759,6 +759,7 @@
// 处理注册确认 // 处理注册确认
const handleRegisterConfirm = (babyInfo) => { const handleRegisterConfirm = (babyInfo) => {
console.log("注册确认,宝宝信息:", babyInfo); console.log("注册确认,宝宝信息:", babyInfo);
await userStore.loadMemberInfo();
showRegisterLayer.value = false; showRegisterLayer.value = false;
initNetData(); initNetData();
}; };
......
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