@@ -66,7 +66,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);