From 2b97bed30c13c5774258f34b2b6204720b28a600 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, 4 Jul 2019 13:59:10 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/modules/tpm/shixunchild/Challenges/Challenges.js | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js
index d0a6acbef..4ef6abfa3 100644
--- a/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js
+++ b/public/react/src/modules/tpm/shixunchild/Challenges/Challenges.js
@@ -510,17 +510,12 @@ class Challenges extends Component {
{
- item.status === 0 ?this.props.identity>2?
+ item.status === 0 ?
this.startshixunCombat(false,undefined, item.challenge_id):""}
style={{marginTop: '-2px'}}>直接挑战
- : this.startshixunCombat(false,undefined, item.challenge_id)}
- // onClick={() => this.startshixunCombat(false)}
- >直接挑战:""
+ :""
}