Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kww_dayDayGetCredits_250512
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
kww_dayDayGetCredits_250512
Commits
0fd1a2c3
Commit
0fd1a2c3
authored
May 20, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dabao
parent
02ac6283
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Check.tsx
src/pages/HomePage/Check/Check.tsx
+2
-6
No files found.
src/pages/HomePage/Check/Check.tsx
View file @
0fd1a2c3
...
@@ -269,12 +269,8 @@ class Check extends React.Component<any, any> {
...
@@ -269,12 +269,8 @@ class Check extends React.Component<any, any> {
<
Button
className=
"subcribe"
onClick=
{
this
.
handlesubscribe
}
>
去订阅
</
Button
>
<
Button
className=
"subcribe"
onClick=
{
this
.
handlesubscribe
}
>
去订阅
</
Button
>
<
div
className=
"list"
>
<
div
className=
"list"
>
{
Array
.
from
({
length
:
challengeTotalDay
}).
map
((
_
,
dayIndex
)
=>
(
{
Array
.
from
({
length
:
challengeTotalDay
}).
map
((
_
,
dayIndex
)
=>
(
<
div
<
div
className=
"sample"
key=
{
dayIndex
}
>
className=
{
`sample ${dayIndex === challengeTotalDay - 1 && !boolNeedResign ? 'new-style' : ''
{
dayIndex
<=
hasChallengeDay
-
1
&&
dayIndex
+
1
!==
challengeTotalDay
&&
(
}`
}
key=
{
dayIndex
}
>
{
dayIndex
<=
hasChallengeDay
-
1
&&
challengeTotalDay
!==
dayIndex
+
1
&&
(
<>
<>
<
span
className=
"done"
></
span
>
<
span
className=
"done"
></
span
>
<
span
className=
"duigou"
></
span
>
<
span
className=
"duigou"
></
span
>
...
...
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