From 8f3a73d40049957266cf88c0a267b12193463c4d Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 8 Sep 2016 17:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/wechat/others/factory.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/javascripts/wechat/others/factory.js b/public/javascripts/wechat/others/factory.js index 190dd36b4..ae7317684 100644 --- a/public/javascripts/wechat/others/factory.js +++ b/public/javascripts/wechat/others/factory.js @@ -325,11 +325,11 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc }; args.scope.inputfocus = function(data){ - data.notshow = true; +// data.notshow = true; }; args.scope.inputblur = function(data){ - data.notshow = false; +// data.notshow = false; }; args.scope.clickReply = function(act_id,data) { @@ -340,7 +340,7 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc } else{ allchidren[i].showinput = !allchidren[i].showinput; - data.notshow = allchidren[i].showinput; +// data.notshow = allchidren[i].showinput; } } };