@ -26,8 +26,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('homework',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('homework',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -64,8 +63,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_notice',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_notice',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -100,8 +98,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -136,7 +133,7 @@
< div class = "post-wrapper" >
< div class = "post-wrapper" >
< div class = "post-main" >
< div class = "post-main" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.realname}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 班级< / span > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.real_ name}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 班级< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "cl" > < / div >
< div class = "cl" > < / div >
< / div >
< / div >
@ -153,8 +150,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('issues',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('issues',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -192,8 +188,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('project_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('project_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -226,7 +221,7 @@
< div class = "post-wrapper" >
< div class = "post-wrapper" >
< div class = "post-main" >
< div class = "post-main" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.realname}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 项目< / span > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.real_ name}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 项目< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "cl" > < / div >
< div class = "cl" > < / div >
< / div >
< / div >
@ -243,8 +238,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('journal_for_message',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('journal_for_message',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -280,8 +274,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('blog_comment',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('blog_comment',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -326,8 +319,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('homework',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('homework',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -364,8 +356,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_notice',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_notice',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -400,8 +391,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('course_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -436,7 +426,7 @@
< div class = "post-wrapper" >
< div class = "post-wrapper" >
< div class = "post-main" >
< div class = "post-main" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.realname}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 班级< / span > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.real_ name}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 班级< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "cl" > < / div >
< div class = "cl" > < / div >
< / div >
< / div >
@ -460,8 +450,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('issues',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('issues',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -499,8 +488,7 @@
< div dataID = "{{act.act_id}}" ng-click = "goDetail('project_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div dataID = "{{act.act_id}}" ng-click = "goDetail('project_discussion',act.act_id, act.id)" id = "act_{{act.id}}" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-dynamic-author hidden fl" >
< div class = "post-dynamic-author hidden fl" >
< span ng-if = "act.author.realname != ' '" > {{act.author.realname}}< / span >
< span > {{act.author.real_name}}< / span >
< span ng-if = "act.author.realname == ' '" > {{act.author.nickname}}< / span >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender == '0'" src = "images/wechat/male.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< img ng-if = "act.author.gender != '0'" src = "images/wechat/female.png" width = "14" class = "ml5" / >
< / div >
< / div >
@ -533,7 +521,7 @@
< div class = "post-wrapper" >
< div class = "post-wrapper" >
< div class = "post-main" >
< div class = "post-main" >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-avatar fl mr10" > < img ng-src = "{{replaceUrl(act.author.img_url)}}" width = "30" height = "30" class = "border-radius img-circle" / > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.realname}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 项目< / span > < / div >
< div class = "post-title hidden mb5" > < span class = "c-grey3 f13 fb mr10" > {{act.author.real_ name}}< / span > 创建了< span class = "c-grey3 f13 fb ml10" > {{act.course_project_name}} | 项目< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "post-title hidden" > < span class = "mr10" > {{act.latest_update}}< / span > < / div >
< div class = "cl" > < / div >
< div class = "cl" > < / div >
< / div >
< / div >