|
|
@@ -211,11 +211,15 @@ define(['app/app'], function(app) {
|
|
|
} else if ($scope.rateType == "allRate") {
|
|
|
if ($scope.order.status == 523){
|
|
|
angular.forEach($scope.buyerRateGoods,function (item,index) {
|
|
|
- item.returnMeg = param.returnMeg;
|
|
|
+ if (item.buyerRate == '此用户没有填写评价!'){
|
|
|
+ if (!item.returnMeg || item.returnMeg =='' ){
|
|
|
+ item.returnMeg = param.returnMeg;
|
|
|
+ }
|
|
|
+ }
|
|
|
})
|
|
|
}else if ($scope.order.status == 522){
|
|
|
angular.forEach($scope.buyerRateGoods,function (item,index) {
|
|
|
- if (item.buyerAfterRate){
|
|
|
+ if (item.buyerAfterRate && !item.afterReturnMeg){
|
|
|
item.afterReturnMeg = param.returnMeg;
|
|
|
}
|
|
|
})
|