|
|
@ -18,7 +18,7 @@ import Addcourses from '../courses/coursesPublic/Addcourses';
|
|
|
|
|
|
|
|
|
|
|
|
import LoginDialog from '../login/LoginDialog';
|
|
|
|
import LoginDialog from '../login/LoginDialog';
|
|
|
|
|
|
|
|
|
|
|
|
// import Trialapplication from '../login/Trialapplication'
|
|
|
|
import Trialapplication from '../login/Trialapplication'
|
|
|
|
|
|
|
|
|
|
|
|
import 'antd/lib/modal/style/index.css';
|
|
|
|
import 'antd/lib/modal/style/index.css';
|
|
|
|
|
|
|
|
|
|
|
@ -170,6 +170,7 @@ class NewHeader extends Component {
|
|
|
|
submitapplications:false,
|
|
|
|
submitapplications:false,
|
|
|
|
isRender:false,
|
|
|
|
isRender:false,
|
|
|
|
isRenders:false,
|
|
|
|
isRenders:false,
|
|
|
|
|
|
|
|
showTrial:false,
|
|
|
|
user:undefined,
|
|
|
|
user:undefined,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -512,12 +513,17 @@ submittojoinclass=(value)=>{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// trialapplications =()=>{
|
|
|
|
// trialapplications =()=>{
|
|
|
|
|
|
|
|
// console.log("点击了")
|
|
|
|
// this.setState({
|
|
|
|
// this.setState({
|
|
|
|
// isRenders: true,
|
|
|
|
// isRenders: true,
|
|
|
|
|
|
|
|
// showTrial:true,
|
|
|
|
// })
|
|
|
|
// })
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 关闭
|
|
|
|
|
|
|
|
cancelModulationModels = () => {
|
|
|
|
|
|
|
|
this.setState({isRenders: false})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
render() {
|
|
|
|
const isLogin = true; // 这里不会出现未登录的情况,服务端在服务端路由时发现如果是未登录,则跳转到登录页了。
|
|
|
|
const isLogin = true; // 这里不会出现未登录的情况,服务端在服务端路由时发现如果是未登录,则跳转到登录页了。
|
|
|
@ -538,6 +544,7 @@ submittojoinclass=(value)=>{
|
|
|
|
submitapplicationsvalue,
|
|
|
|
submitapplicationsvalue,
|
|
|
|
user,
|
|
|
|
user,
|
|
|
|
isRender,
|
|
|
|
isRender,
|
|
|
|
|
|
|
|
isRenders,
|
|
|
|
}=this.state;
|
|
|
|
}=this.state;
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
用户名称 用户头像url
|
|
|
|
用户名称 用户头像url
|
|
|
@ -574,11 +581,13 @@ submittojoinclass=(value)=>{
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
{/* :""*/}
|
|
|
|
{/* :""*/}
|
|
|
|
{/*}*/}
|
|
|
|
{/*}*/}
|
|
|
|
|
|
|
|
<Trialapplication></Trialapplication>
|
|
|
|
|
|
|
|
|
|
|
|
{/*{*/}
|
|
|
|
{/*{*/}
|
|
|
|
{/* isRenders&&isRenders===true?*/}
|
|
|
|
{/* isRenders&&isRenders===true?*/}
|
|
|
|
{/* <Trialapplication*/}
|
|
|
|
{/* <Trialapplication*/}
|
|
|
|
{/* {...this.state}*/}
|
|
|
|
{/* {...this.state}*/}
|
|
|
|
|
|
|
|
{/* Cancel={() => this.cancelModulationModels()}*/}
|
|
|
|
{/* />*/}
|
|
|
|
{/* />*/}
|
|
|
|
{/* :""*/}
|
|
|
|
{/* :""*/}
|
|
|
|
{/*}*/}
|
|
|
|
{/*}*/}
|
|
|
|