dev_oauth
杨树明 6 years ago
parent a57e723879
commit f022577cf5

@ -7,7 +7,7 @@ class OpenCourse extends Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state={ this.state={
value:0 value:1
} }
} }
@ -68,10 +68,10 @@ class OpenCourse extends Component {
<div className={"tabeltext-alignleft"}> <div className={"tabeltext-alignleft"}>
<p className={"mt20 mb20 font-16"}> <p className={"mt20 mb20 font-16"}>
<Radio.Group onChange={this.setpathradioChange} value={this.state.value}> <Radio.Group onChange={this.setpathradioChange} value={this.state.value}>
<Radio style={pathradioStyle} value={0}> <Radio style={pathradioStyle} value={1}>
开放课堂<span style={pathradioStyles}>所有用户可以随时访问</span> 开放课堂<span style={pathradioStyles}>所有用户可以随时访问</span>
</Radio> </Radio>
<Radio style={pathradioStyle} value={1}> <Radio style={pathradioStyle} value={0}>
私有课堂<span style={pathradioStyles}>仅报名参与的课堂成员可以访问</span> 私有课堂<span style={pathradioStyles}>仅报名参与的课堂成员可以访问</span>
</Radio> </Radio>
</Radio.Group> </Radio.Group>

@ -35,14 +35,14 @@ if (!window['indexHOCLoaded']) {
// $('head').append($('<link rel="stylesheet" type="text/css" />') // $('head').append($('<link rel="stylesheet" type="text/css" />')
// .attr('href', `${_url_origin}/stylesheets/educoder/antd.min.css?1525440977`)); // .attr('href', `${_url_origin}/stylesheets/educoder/antd.min.css?1525440977`));
$('head').append($('<link rel="stylesheet" type="text/css" />') $('head').append($('<link rel="stylesheet" type="text/css" />')
.attr('href', `${_url_origin}/stylesheets/css/edu-common.css?6`)); .attr('href', `${_url_origin}/stylesheets/css/edu-common.css?8`));
$('head').append($('<link rel="stylesheet" type="text/css" />') $('head').append($('<link rel="stylesheet" type="text/css" />')
.attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?6`)); .attr('href', `${_url_origin}/stylesheets/educoder/edu-main.css?8`));
// index.html有加载 // index.html有加载
$('head').append($('<link rel="stylesheet" type="text/css" />') $('head').append($('<link rel="stylesheet" type="text/css" />')
.attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?6`)); .attr('href', `${_url_origin}/stylesheets/educoder/edu-all.css?8`));
// $('head').append($('<link rel="stylesheet" type="text/css" />') // $('head').append($('<link rel="stylesheet" type="text/css" />')

Loading…
Cancel
Save