杨树林 6 years ago
parent a6f3436e34
commit 8fa0e46d52

@ -581,8 +581,8 @@ class CoursesBanner extends Component {
<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.tojoinclass(1)}>加入课堂</a> onClick={() => this.tojoinclass(1)}>加入课堂</a>
: :
<a className="fr user_default_btn user_white_btn mr20 font-18" style={{width:"130px"}} <a className="fr user_default_btn task-btn-orange font-18 mr20" id="shixun_operation"
onClick={() => this.myyslgradin()}>加入课堂</a> onClick={() => this.myyslgradin(1)}>加入课堂</a>
) )
: ""} : ""}
@ -591,8 +591,8 @@ class CoursesBanner extends Component {
<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.tojoinclass(1)}>加入课堂</a> onClick={() => this.tojoinclass(1)}>加入课堂</a>
: :
<a className="fr user_default_btn user_white_btn mr20 font-18" style={{width:"130px"}} <a className="fr user_default_btn task-btn-orange font-18 mr20" id="shixun_operation"
onClick={() => this.myyslgradin()}>加入课堂</a> onClick={() => this.myyslgradin(1)}>加入课堂</a>
: ""} : ""}
{coursedata.course_identity === 6&&coursedata.educoder_teacher===true? {coursedata.course_identity === 6&&coursedata.educoder_teacher===true?

Loading…
Cancel
Save