Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
湖
湖南口味王-520猜数游戏-20250409
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
湖南口味王-520猜数游戏-20250409
Commits
80006086
Commit
80006086
authored
Apr 16, 2025
by
韦燕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:merge
parent
5aee0854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
index.js
src/store/index.js
+4
-1
No files found.
src/store/index.js
View file @
80006086
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment