From dc5c2371162908c2d075b89f4066d28591ee780d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 19 Mar 2020 15:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4md=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tpm/shixunchild/Challenges/Challenges.js | 14 +++++++------- .../shixunchild/Challenges/Challengesjupyter.js | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) 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?"":

}