Commit 7af6182b by doszhang

dos

parent a867aeda
...@@ -67,7 +67,7 @@ $(document).ready(function () { ...@@ -67,7 +67,7 @@ $(document).ready(function () {
$('.page1 .btn-start').on('click',showMap); $('.page1 .btn-start').on('click',showMap);
//哈尔滨 //哈尔滨
$('.map-page .heb').on('click',handleHebClick); $('.map-page .heb').on('click',handleHebClick);
$('.map-page .bj').on('click',handleBjClick); $('.map-page .bj').on('click',{types: 1},handleBjClick);
//奖品页返回城市选择页 //奖品页返回城市选择页
$('.prize-page .btn-backtomap').on('click',backToMap); $('.prize-page .btn-backtomap').on('click',backToMap);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment