diff --git a/public/react/src/modules/courses/busyWork/CommonWorkSetting.js b/public/react/src/modules/courses/busyWork/CommonWorkSetting.js index 8a8ee0ace..2e20833ff 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkSetting.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkSetting.js @@ -1298,10 +1298,12 @@ class CommonWorkSetting extends Component{ {/* 匿评数量 */}
匿评数量: - + diff --git a/public/react/src/modules/tpm/shixuns/ShixunsIndex.js b/public/react/src/modules/tpm/shixuns/ShixunsIndex.js index fddd8a03e..9d8da99d6 100644 --- a/public/react/src/modules/tpm/shixuns/ShixunsIndex.js +++ b/public/react/src/modules/tpm/shixuns/ShixunsIndex.js @@ -10,7 +10,7 @@ import { Spin } from 'antd'; import TPMIndexHOC from '../TPMIndexHOC'; -import { SnackbarHOC } from 'educoder'; +import { SnackbarHOC,getImageUrl} from 'educoder'; import ShixunCardList from './ShixunCardList'; @@ -386,9 +386,38 @@ class ShixunsIndex extends Component { // console.log(this.state.updata) return (
- {this.state.updata === undefined ? "" : } + {this.state.updata===undefined?"":} + + { + this.props.mygetHelmetapi&&this.props.mygetHelmetapi.shixun_banner_url? +
+
+
+
+
+
+ : + "" + } + {/**/}