Commit c3d16a67 by doszhang

dos

parent 54054ef0
...@@ -220,7 +220,7 @@ $(document).ready(function () { ...@@ -220,7 +220,7 @@ $(document).ready(function () {
//小装饰点击 //小装饰点击
$(document).on('click', '.personal-page .decorateImg', setDecorate); $(document).on('click', '.personal-page .decorateImg', setDecorate);
//打开已选flag列表 //打开已选flag列表
$('.flag-page .btn-show-checked').on('click', toggleCheckFlagList); $('.flag-page .btn-show-choose').on('click', toggleCheckFlagList);
}); });
function toggleCheckFlagList() { function toggleCheckFlagList() {
......
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