Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250310_人保春游
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
20250310_人保春游
Commits
1d781125
Commit
1d781125
authored
Mar 18, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
music
parent
93947551
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AssistFailPanel.jsx
src/components/AssistFailPanel/AssistFailPanel.jsx
+3
-3
No files found.
src/components/AssistFailPanel/AssistFailPanel.jsx
View file @
1d781125
...
...
@@ -16,7 +16,7 @@ class AssistFailPanel extends React.Component {
200306
:
18
,
200304
:
17
,
200302
:
16
,
200
0
2
:
15
2002
:
15
}[
+
code
]
||
message
;
this
.
setState
({
...
...
@@ -43,14 +43,14 @@ class AssistFailPanel extends React.Component {
200306
:
"无法为自己助力"
,
200304
:
"好友今日被助力次数达到上限"
,
200302
:
"只有新用户才可助力"
,
200
0
2
:
"活动已结束"
2002
:
"活动已结束"
}[
+
code
]
||
message
;
const
md
=
{
200306
:
"md18"
,
200304
:
"md17"
,
200302
:
"md16"
,
200
0
2
:
"md15"
2002
:
"md15"
}[
+
code
];
return
<
div
className=
"AssistFailPanel modal_center"
>
...
...
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