@@ -269,9 +269,7 @@ define([ 'app/app' ], function(app) {
case '手机UU用户数':
$scope.start31 = value.count;
break;
- default:
- $scope.default = 0;
- };
+ }
});
}, function(res) {
toaster.pop('error', '提示', '获取数据失败,请刷新页面')