Commit fd7b1070 by doszhang

dos

parent cb231207
......@@ -94,9 +94,9 @@ $(document).ready(function () {
//换一换按钮点击
$('.flag-page .btn-change').on('click', randomFlag);
//选择flag
$('.flag-page .flag-block').on('click', {
$(document).on('click', '.flag-page .flag-block', {
that: 1
}, addFlag);
}, addFlag)
});
function addFlag(that) {
......
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