.controller('CityCtrl', function ($scope, $location,$ionicModal) {
注入location服务
$scope.name = $location.search().name;
赋值
2023-07-20 16:27:22
.controller('CityCtrl', function ($scope, $location,$ionicModal) {
注入location服务
$scope.name = $location.search().name;
赋值