Commit d5acd11b by doszhang

dos

parent 765a05e8
...@@ -276,7 +276,7 @@ $(document).ready(function () { ...@@ -276,7 +276,7 @@ $(document).ready(function () {
//跳转到page1 //跳转到page1
$('.home-page .btn-next').on('click', showPage1); $('.home-page .btn-next').on('click', showPage1);
//跳转到flag选择页面 //跳转到flag选择页面
$('.page1 .btn-next').on('click', showFlagPage); $('.page1 .btn-next,.page1 .red-line-block').on('click', showFlagPage);
//换一换按钮点击 //换一换按钮点击
$('.flag-page .btn-change').on('click', changeFlag); $('.flag-page .btn-change').on('click', changeFlag);
//选择flag //选择flag
......
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