This commit is contained in:
yuanke 2016-09-08 17:37:00 +08:00
parent b6fdbc11a6
commit 8f3a73d400
1 changed files with 3 additions and 3 deletions

View File

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