diff --git a/public/assets/wechat/blog_detail.html b/public/assets/wechat/blog_detail.html index 444f16957..3ed2d573b 100644 --- a/public/assets/wechat/blog_detail.html +++ b/public/assets/wechat/blog_detail.html @@ -73,14 +73,14 @@
{{journal.praise_count}}
{{journal.praise_count}}
-
- 回复 +
+ 回复
-
+
- +
diff --git a/public/assets/wechat/course_discussion.html b/public/assets/wechat/course_discussion.html index a21b5aec0..be927f9a9 100644 --- a/public/assets/wechat/course_discussion.html +++ b/public/assets/wechat/course_discussion.html @@ -75,10 +75,10 @@ 回复
-
+
- +
diff --git a/public/assets/wechat/course_notice.html b/public/assets/wechat/course_notice.html index 273f7e703..518829ceb 100644 --- a/public/assets/wechat/course_notice.html +++ b/public/assets/wechat/course_notice.html @@ -90,10 +90,10 @@ 回复
-
+
- +
diff --git a/public/assets/wechat/homework_detail.html b/public/assets/wechat/homework_detail.html index f978fc01d..43efd2d21 100644 --- a/public/assets/wechat/homework_detail.html +++ b/public/assets/wechat/homework_detail.html @@ -79,10 +79,10 @@ 回复
-
+
- +
diff --git a/public/assets/wechat/issue_detail.html b/public/assets/wechat/issue_detail.html index a3e861649..5a72fdc82 100644 --- a/public/assets/wechat/issue_detail.html +++ b/public/assets/wechat/issue_detail.html @@ -96,10 +96,10 @@ 回复
-
+
- +
diff --git a/public/assets/wechat/jour_message_detail.html b/public/assets/wechat/jour_message_detail.html index fe746a1fc..e96f34768 100644 --- a/public/assets/wechat/jour_message_detail.html +++ b/public/assets/wechat/jour_message_detail.html @@ -74,10 +74,10 @@ 回复
-
+
- +
diff --git a/public/assets/wechat/project_discussion.html b/public/assets/wechat/project_discussion.html index d30ef298b..ca3dc1bb0 100644 --- a/public/assets/wechat/project_discussion.html +++ b/public/assets/wechat/project_discussion.html @@ -75,10 +75,10 @@ 回复
-
+
- +
diff --git a/public/javascripts/wechat/others/factory.js b/public/javascripts/wechat/others/factory.js index 01356003c..2c32a81e2 100644 --- a/public/javascripts/wechat/others/factory.js +++ b/public/javascripts/wechat/others/factory.js @@ -324,6 +324,16 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc }); }; + args.scope.clickReply = function(act_id,allchidren) { + for(var i in allchidren){ + if(allchidren[i].act_id != act_id ){ + allchidren[i].showinput = false; + } + else{ + allchidren[i].showinput = !allchidren[i].showinput; + } + } + }; // 动态详情界面点赞与动态界面的数据要同步 保证进入详情点赞后出来显示一致 args.scope.addPraise = function(act){