|
|
|
@ -6,6 +6,7 @@ import axios from 'axios';
|
|
|
|
|
import YslDetailCards from "./YslDetailCards.js";
|
|
|
|
|
import Jointheclass from '../../modals/Jointheclass';
|
|
|
|
|
import LoginDialog from "../../login/LoginDialog";
|
|
|
|
|
import NoneData from '../../../modules/courses/coursesPublic/NoneData'
|
|
|
|
|
|
|
|
|
|
//在线学习
|
|
|
|
|
class Elearning extends Component{
|
|
|
|
@ -377,14 +378,8 @@ class Elearning extends Component{
|
|
|
|
|
<div className=" clearfix" style={{marginTop:"20px"}}>
|
|
|
|
|
{
|
|
|
|
|
stages===undefined||stages===JSON.stringify("[]")||stages.length===0?
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
<div className="alltask ">
|
|
|
|
|
<div className="edu-tab-con-box clearfix edu-txt-center"><img className="edu-nodata-img mb20"
|
|
|
|
|
src={getImageUrl("images/educoder/nodata.png")} />
|
|
|
|
|
<p className="edu-nodata-p mb20">暂时还没有相关数据哦!</p></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>:
|
|
|
|
|
<NoneData></NoneData>
|
|
|
|
|
:
|
|
|
|
|
<div>
|
|
|
|
|
{/*开始学习*/}
|
|
|
|
|
<YslDetailCards {...this.state} {...this.props} Startlearningtwo={()=>this.Startlearningtwo()} Myreload={()=>this.Myreload()} Tojoinclass={()=>this.Tojoinclass()}></YslDetailCards>
|
|
|
|
|