Commit 0fd1a2c3 authored by 徐士卿's avatar 徐士卿

dabao

parent 02ac6283
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment