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);