| xqd
@@ -467,19 +467,6 @@
|
|
|
$scope.dream.interactions[index].showmore = true;
|
|
|
}
|
|
|
}
|
|
|
-<<<<<<< HEAD
|
|
|
- $scope.replay = function ($event, name, index) {
|
|
|
- $event.stopPropagation();
|
|
|
- $scope.input.focus = true;
|
|
|
- $scope.input.show = true;
|
|
|
- angular.forEach($scope.dream.interactions, function (item) {
|
|
|
- item.show = false;
|
|
|
- });
|
|
|
- $scope.dream.interactions[index].show = true;
|
|
|
- $scope.input.placeholder = "评论" + name+":";
|
|
|
- $scope.vm.title='';
|
|
|
- };
|
|
|
-=======
|
|
|
$scope.replay = function ($event, name, index) {
|
|
|
$event.stopPropagation();
|
|
|
$scope.input.focus = true;
|
| xqd
@@ -493,7 +480,6 @@
|
|
|
$scope.vm.title='';
|
|
|
$scope.vm.comment='';
|
|
|
}
|
|
|
->>>>>>> f2571e20d6179699190a3d56c9be92ec756fa1ef
|
|
|
$scope.replayOther = function ($event, name, index,currentindex) {
|
|
|
$event.stopPropagation();
|
|
|
if($scope.dream.interactions[index].comments[currentindex].user_id!=$scope.user.id){
|