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; } } };