I have the following js code:
我有以下js代码:
$http.get($rootScope.appUrl + '/nao/system/getUserBox/' + $routeParams['id']).success(function(data) {
$scope.userbox = data;
});
$hI have the following js code:
我有以下js代码:
$http.get($rootScope.appUrl + '/nao/system/getUserBox/' + $routeParams['id']).success(function(data) {
$scope.userbox = data;
});
$h