Commit 550a3fc4 by doszhang

dos

parent e62cd60d
...@@ -61,8 +61,15 @@ $(document).ready(function () { ...@@ -61,8 +61,15 @@ $(document).ready(function () {
$('.btn-rule').on('click',showRule); $('.btn-rule').on('click',showRule);
//隐藏活动规则 //隐藏活动规则
$('.page1 .btn-close').on('click',hideRule); $('.page1 .btn-close').on('click',hideRule);
//跳转到城市选择页
$('.page1 .btn-start').on('click',showMap);
}); });
function showMap () {
$('.page1').hide();
$('.map-page').show();
}
function hideRule () { function hideRule () {
$('.dialog-rule').fadeOut(300); $('.dialog-rule').fadeOut(300);
} }
......
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