|
|
@ -540,7 +540,9 @@ pop_box_new(htmlvalue, 480, 182);
|
|
|
|
|
|
|
|
|
|
|
|
const currentGamePassed = this.props.game !== 2 && status === 2
|
|
|
|
const currentGamePassed = this.props.game !== 2 && status === 2
|
|
|
|
|
|
|
|
|
|
|
|
currentGamePassed && this.language_display(response);
|
|
|
|
// currentGamePassed &&
|
|
|
|
|
|
|
|
// 放开display 测试看看有什么问题
|
|
|
|
|
|
|
|
this.language_display(response);
|
|
|
|
|
|
|
|
|
|
|
|
// 评测通过了,立即同步costTime
|
|
|
|
// 评测通过了,立即同步costTime
|
|
|
|
currentGamePassed && this._updateCostTime(true, true);
|
|
|
|
currentGamePassed && this._updateCostTime(true, true);
|
|
|
|