@@ -57,7 +57,9 @@ define(['app/app'], function(app) {
$scope.logisticsInfo = eval ("(" + response.traces + ")");
if($scope.logisticsInfo.length > 0) {
$scope.hasInfo = true;
- }
+ } else {
+ $scope.hasInfo = false;
+ }
}
}, function(err){
toaster.pop('info', err.data);
@@ -479,6 +479,8 @@ define(['app/app'], function(app) {
if($scope.logisticsInfo.length !=0){
}, function(){