Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
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
MingSnake_241120
Commits
b9d598c0
Commit
b9d598c0
authored
Dec 09, 2024
by
陈子煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8db30a2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
store.ts
assets/Scripts/store/store.ts
+5
-2
doAssist.do.json
preview-template/mock/inviteAssist_1/doAssist.do.json
+6
-0
No files found.
assets/Scripts/store/store.ts
View file @
b9d598c0
import
mobx
from
"mobx"
;
import
{
sendWebNet
,
WebNetName
}
from
"../Utils/WebNet/WebNet"
;
import
{
sendWebNet
,
sendWebNetWithToken
,
WebNetName
}
from
"../Utils/WebNet/WebNet"
;
import
{
IStartInfo
}
from
"./gameStore"
;
import
{
showPanel
}
from
"../../Module/UIFast"
;
import
RankPrizePanel
from
"../Panels/RankPrizePanel"
;
...
...
@@ -117,7 +117,10 @@ class Store {
//
// }
doAssist
()
{
async
doAssist
()
{
const
{
success
}
=
await
sendWebNetWithToken
(
WebNetName
.
doAssist
)
}
...
...
preview-template/mock/inviteAssist_1/doAssist.do.json
0 → 100644
View file @
b9d598c0
{
"success"
:
true
,
"code"
:
"eu sint ullamco"
,
"message"
:
"est occaecat id aliqua"
,
"data"
:
"ut incididunt deserunt"
}
\ No newline at end of file
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