|
|
|
@ -74,6 +74,8 @@ class ActionView extends Component {
|
|
|
|
|
render() {
|
|
|
|
|
const { onRunCodeTest, onShowPrevStage, onShowNextStage, gameBuilding
|
|
|
|
|
, game, classes, st, shixun, record, challenge, time_limit, real_time_limit } = this.props;
|
|
|
|
|
|
|
|
|
|
console.log(shixun)
|
|
|
|
|
return (
|
|
|
|
|
<div className="-flex -layout-h" id="game_operate_action">
|
|
|
|
|
<style>{`
|
|
|
|
@ -150,7 +152,7 @@ class ActionView extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{(!shixun.vnc || shixun.vnc_evaluate) && <div id="code_test" className="act_btn">
|
|
|
|
|
{(shixun&&shixun.vnc || shixun&&shixun.vnc_evaluate) && <div id="code_test" className="act_btn">
|
|
|
|
|
{
|
|
|
|
|
st === 1 && game.status === 2 ?
|
|
|
|
|
<Tooltip title={ "已通关的选择题任务无法再次测评" }>
|
|
|
|
|