Commit 80006086 authored by 韦燕's avatar 韦燕

feat:merge

parent 5aee0854
...@@ -99,7 +99,10 @@ const store = makeAutoObservable({ ...@@ -99,7 +99,10 @@ const store = makeAutoObservable({
param: encodeURIComponent(param), param: encodeURIComponent(param),
}) })
if(!res || !res.success || !res.data) return; if(!res || !res.success || !res.data) {
store.changePage(PAGE_MAP.HOME_PAGE)
return
};
if(res.data?.sendCount > 0) { if(res.data?.sendCount > 0) {
modalStore.pushPop("Successpop", res.data) modalStore.pushPop("Successpop", res.data)
......
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