Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
3b3097b2
Commit
3b3097b2
authored
Sep 16, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8de0973e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
onNotSuccess.ts
egret/libs/new_wx/onNotSuccess.ts
+1
-1
No files found.
egret/libs/new_wx/onNotSuccess.ts
View file @
3b3097b2
...
...
@@ -13,7 +13,7 @@ export default (data?: Data, netname?: NetName) => {
else
if
(
data
.
code
==
'E100202007'
||
data
.
code
==
'E100202008'
||
data
.
code
==
'E100202009'
||
data
.
code
==
'E100202010'
)
showToast
(
'体力不足啦~
\
n邀请好友或去补给站获得体力吧'
);
else
if
(
data
.
code
==
'E1002070002'
||
data
.
code
==
'E1002070001'
)
{
showToast
(
'
操作失败~
\
n如有疑问,请联系客服
'
)
showToast
(
'
哎呀,萌狮开小差了!
\
n试试重新登录~
'
)
}
else
if
(
data
.
code
==
'600005'
)
showToast
(
'体力值已达上限,不可购买'
)
...
...
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