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