|
@@ -100,7 +100,7 @@ $(function() {
|
|
|
cycsbms.push(res.data.cycsbms[i])
|
|
|
allArr.push(res.data.cycsbms[i]);
|
|
|
getAllJson.push(res.data.cycsbms[i]);
|
|
|
- contrastArrey.push(res.data.cycsbms[i]);
|
|
|
+ contrastArrey.push(res.data.cycsbms[i]);
|
|
|
});
|
|
|
$.each(res.data.cyys,function(i){
|
|
|
cyy.push(res.data.cyys[i])
|
|
@@ -442,7 +442,7 @@ $(function() {
|
|
|
error: function(err) {},
|
|
|
});
|
|
|
|
|
|
- var str=window.location.search;
|
|
|
+ var str=window.parent.location.search;
|
|
|
str = decodeURI(str)
|
|
|
let name = "se"
|
|
|
// $("[title='重庆市第十一中学校']").click();
|
|
@@ -574,7 +574,7 @@ $(function() {
|
|
|
$(".img_tab img").parents(".flex_li").siblings().find(".pop").css("display", "none");
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
// 点击受理场所下的街镇,页面上出现导航
|
|
|
$('.text-first p').click(function() {
|
|
|
$(this).addClass('tab').siblings().removeClass('tab');
|
|
@@ -592,7 +592,7 @@ $(function() {
|
|
|
xxGEO(silgleJz);
|
|
|
xrjz(silgleJz);
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
$('.mapnav').click(function() {
|
|
|
$(this).addClass("choice");
|
|
|
$(this).parent("li").siblings().children(".mapnav").removeClass("choice");
|
|
@@ -996,7 +996,7 @@ $(function() {
|
|
|
}
|
|
|
$(this).parents('.title-first1').css('background-color', '#d6e5f7').siblings().css('background-color','');
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
// 鼠标hover时,出现我要纠错
|
|
|
$(document).on('mouseover','.title-first, .title-first1',function(){
|
|
|
$(this).find('.correct_text').removeAttr('style').css({'color':'#2775CC','text-decoration':'underline'});
|
|
@@ -1484,7 +1484,7 @@ $(function() {
|
|
|
"条记录"
|
|
|
);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// 渲染查阅场所列表
|
|
|
function cycsone(cycsbms) {
|
|
|
var html3 = ''
|
|
@@ -2995,7 +2995,7 @@ $(function() {
|
|
|
drivingRoute.setPolicy(drivingRoutePolicy[liIndex]);
|
|
|
drivingRoute.search(start, end);
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
// 写受理场所和查阅场所前的icon切换
|
|
|
$('.top-title>li').click(function() {
|
|
|
var con = $(this).text().trim();
|
|
@@ -3040,7 +3040,7 @@ $(function() {
|
|
|
getPointPostAjax(jzs);
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
$('.second-title2>li').click(function() {
|
|
|
// 解决点击事件,多次执行的问题
|
|
|
const xz = $(this).text().trim();
|
|
@@ -3322,4 +3322,4 @@ $(function() {
|
|
|
}
|
|
|
replaceParamVal2('se','')
|
|
|
});
|
|
|
-})
|
|
|
+})
|