|
@@ -29,8 +29,7 @@ $(function () {
|
|
|
// });
|
|
|
|
|
|
// 点击图片,显示弹窗
|
|
|
- $(".flex_li").click(function () {
|
|
|
- // = $(".pop").css("display");
|
|
|
+ $(".flex_li").click(function (e) {
|
|
|
var tabshow = $(this).text().replace(/\s+/g, '');
|
|
|
if (tabshow == "教育") {
|
|
|
$(".pop").toggle();
|
|
@@ -56,7 +55,6 @@ $(function () {
|
|
|
} else if (tabshow == "医疗") {
|
|
|
$(".popMedical").toggle();
|
|
|
$(".popMedical").siblings().hide()
|
|
|
-
|
|
|
}
|
|
|
})
|
|
|
// 百度地图API功能
|