|
|
@ -599,7 +599,7 @@ class CoursesBanner extends Component {
|
|
|
|
onClick={() => this.tojoinclass(1)}>加入课堂</a>
|
|
|
|
onClick={() => this.tojoinclass(1)}>加入课堂</a>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a className="fr user_default_btn task-btn-orange font-18 mr20" id="shixun_operation"
|
|
|
|
<a className="fr user_default_btn task-btn-orange font-18 mr20" id="shixun_operation"
|
|
|
|
onClick={() => this.myyslgradin(1)}>加入课堂</a>
|
|
|
|
onClick={() => this.myyslgradin(1)}>立即加入</a>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
: ""}
|
|
|
|
: ""}
|
|
|
|
|
|
|
|
|
|
|
@ -609,11 +609,16 @@ class CoursesBanner extends Component {
|
|
|
|
onClick={() => this.tojoinclass(1)}>加入课堂</a>
|
|
|
|
onClick={() => this.tojoinclass(1)}>加入课堂</a>
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a className="fr user_default_btn task-btn-orange font-18 mr20" id="shixun_operation"
|
|
|
|
<a className="fr user_default_btn task-btn-orange font-18 mr20" id="shixun_operation"
|
|
|
|
onClick={() => this.myyslgradin(1)}>加入课堂</a>
|
|
|
|
onClick={() => this.myyslgradin(1)}>立即加入</a>
|
|
|
|
: ""}
|
|
|
|
: ""}
|
|
|
|
|
|
|
|
|
|
|
|
{coursedata.course_identity === 6&&coursedata.educoder_teacher===true?
|
|
|
|
{coursedata.course_identity === 6&&coursedata.educoder_teacher===true?
|
|
|
|
<a className="fr user_default_btn user_blue_btn mr20 font-18" onClick={() => this.ActionPoll(5)}> 复制课堂 </a>: ""}
|
|
|
|
(
|
|
|
|
|
|
|
|
excellent===false?
|
|
|
|
|
|
|
|
<a className="fr user_default_btn user_blue_btn mr20 font-18" onClick={() => this.ActionPoll(5)}> 复制课堂 </a>
|
|
|
|
|
|
|
|
:""
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
: ""}
|
|
|
|
|
|
|
|
|
|
|
|
{this.props.isStudent()?<a className="fr user_default_btn user_blue_btn mr20 font-18"
|
|
|
|
{this.props.isStudent()?<a className="fr user_default_btn user_blue_btn mr20 font-18"
|
|
|
|
onClick={() => this.exitclass()}
|
|
|
|
onClick={() => this.exitclass()}
|
|
|
|