This commit is contained in:
parent
b6fdbc11a6
commit
8f3a73d400
|
@ -325,11 +325,11 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc
|
||||||
};
|
};
|
||||||
|
|
||||||
args.scope.inputfocus = function(data){
|
args.scope.inputfocus = function(data){
|
||||||
data.notshow = true;
|
// data.notshow = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
args.scope.inputblur = function(data){
|
args.scope.inputblur = function(data){
|
||||||
data.notshow = false;
|
// data.notshow = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
args.scope.clickReply = function(act_id,data) {
|
args.scope.clickReply = function(act_id,data) {
|
||||||
|
@ -340,7 +340,7 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config','wx','$loc
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
allchidren[i].showinput = !allchidren[i].showinput;
|
allchidren[i].showinput = !allchidren[i].showinput;
|
||||||
data.notshow = allchidren[i].showinput;
|
// data.notshow = allchidren[i].showinput;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue