diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js index 640562f5e..5aa95f4a1 100644 --- a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js +++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js @@ -526,7 +526,7 @@ class Challenges extends Component { :""} -
{ChallengesDataList === undefined || ChallengesDataList&&ChallengesDataList.description=== ""||ChallengesDataList&&ChallengesDataList.description===null||ChallengesDataList&&ChallengesDataList.description===undefined?
@@ -535,7 +535,7 @@ class Challenges extends Component { src={getImageUrl("images/educoder/nodata.png")} />}

暂时还没有相关数据哦!

- :

+ :

{ChallengesDataList === undefined ? "" :ChallengesDataList&&ChallengesDataList.description===null?"":

} @@ -745,7 +745,7 @@ class Challenges extends Component {
-
+
{/*onClick={() => this.EditTraining(this.props.identity, item.challenge_id, "/editquestion")}*/} {this.props.identity<5? @@ -758,7 +758,7 @@ class Challenges extends Component { } {/* onClick={() => this.EditTraining(this.props.identity, item.challenge_id, "/editcheckpoint")}*/} - +
@@ -779,11 +779,11 @@ class Challenges extends Component {
{ item.open_game ? - this.beginChallenge(item.open_game)} className="challengeBtn blue">开启挑战 + this.beginChallenge(item.open_game)} className="challengeBtn blue">开启挑战 : - 开启挑战 + 开启挑战 } -
+
) })} diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js index 9e50e44d5..21b935edd 100644 --- a/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js +++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challengesjupyter.js @@ -613,7 +613,7 @@ class Challengesjupyter extends Component { :""}
-

+

{/*{ChallengesDataList === undefined ? "" :ChallengesDataList&&ChallengesDataList.description===null?"":*/} {/*

*/} {/*}*/} @@ -625,7 +625,7 @@ class Challengesjupyter extends Component { src={getImageUrl("images/educoder/nodata.png")} />}

暂时还没有相关数据哦!

- :

+ :

{ChallengesDataList === undefined ? "" :ChallengesDataList&&ChallengesDataList.description===null?"":

}