/// app.controller('DaPingStreetCtrl', ['$scope', 'YPJBXXGL', '$uibModal', '$sessionStorage', '$state', '$http', '$filter', 'mainUrl', 'wyOdataNodeService', 'stConfig', '$timeout', function ($scope, YPJBXXGL, $uibModal, $sessionStorage, $state, $http, $filter, mainUrl, wyOdataNodeService, stConfig, $timeout, $uibModalInstance, item) { $scope.openZhuViveForm = function () { var index = layer.open({ type: 2, title: false, closeBtn: 1, // content: 'http://localhost:8081/daping.html#/shanghaimap', content: pubserver + 'daping.html#/shanghaiStreetMap', area: ['320px', '195px'], maxmin: true }); layer.full(index); } //根据区得分 $scope.openFenByQuForm = function () { var index = layer.open({ type: 2, title: false, closeBtn: 1, content: pubserver + 'daping.html#/shanghaiStreetMapForDistrict', area: ['320px', '195px'], maxmin: true }); layer.full(index); } //根据环节得分 $scope.openFenByHuJieForm = function () { var index = layer.open({ type: 2, title: false, closeBtn: 1, content: pubserver + 'daping.html#/shanghaimapforstage', area: ['320px', '195px'], maxmin: true }); layer.full(index); } }])