From bd0e2efc352c425312bfea086ee746f82e18e3fc Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Fri, 5 Jul 2019 11:30:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80display=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=9C=8B=E7=9C=8B=E6=9C=89=E4=BB=80=E4=B9=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/context/TPIContextProvider.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/react/src/context/TPIContextProvider.js b/public/react/src/context/TPIContextProvider.js index 75d6b0e2..7fa0c90f 100644 --- a/public/react/src/context/TPIContextProvider.js +++ b/public/react/src/context/TPIContextProvider.js @@ -540,7 +540,9 @@ pop_box_new(htmlvalue, 480, 182); const currentGamePassed = this.props.game !== 2 && status === 2 - currentGamePassed && this.language_display(response); + // currentGamePassed && + // 放开display 测试看看有什么问题 + this.language_display(response); // 评测通过了,立即同步costTime currentGamePassed && this._updateCostTime(true, true);