Commit 1a1bb58a by doszhang

dos

parent f376263f
......@@ -287,7 +287,7 @@ $(document).ready(function () {
//换一换按钮点击
$('.flag-page .btn-change').on('click', changeFlag);
//选择flag
$(document).on('click', '.flag-page .flag-block', addFlag);
$(window).on('click', '.flag-page .flag-block', addFlag);
//自定义flag
$('.flag-page .btn-submit-flag').on('click', addCustomizeFlag);
//跳转到个性化页面
......
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