From 8584d1dccb22660a8e5d7784b54add90f2745451 Mon Sep 17 00:00:00 2001
From: yuanke <249218296@qq.com>
Date: Thu, 8 Sep 2016 15:05:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E4=BA=8C?=
=?UTF-8?q?=E7=BA=A7=E5=9B=9E=E5=A4=8D=E5=9B=9E=E5=A4=8D=E6=A1=86=E7=9A=84?=
=?UTF-8?q?BUG?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/assets/wechat/blog_detail.html | 8 ++++----
public/assets/wechat/course_discussion.html | 4 ++--
public/assets/wechat/course_notice.html | 4 ++--
public/assets/wechat/homework_detail.html | 4 ++--
public/assets/wechat/issue_detail.html | 4 ++--
public/assets/wechat/jour_message_detail.html | 4 ++--
public/assets/wechat/project_discussion.html | 4 ++--
public/javascripts/wechat/others/factory.js | 10 ++++++++++
8 files changed, 26 insertions(+), 16 deletions(-)
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 @@
-
回复
+
-
+
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){