fix error

This commit is contained in:
chiu 2020-09-16 13:23:05 +08:00
parent 522946bf30
commit af8e3bc214
2 changed files with 6 additions and 6 deletions

View File

@ -56,5 +56,11 @@
<script type="text/javascript">
$(function(){
$(document).trigger('page.ready')
$('.is_top,.is_hot').change(function(){
process_annc(this)
})
$('.hidden_btn,.display_btn').click(function(){
process_annc(this)
})
})
</script>

View File

@ -112,11 +112,5 @@
width: window_width*0.85,
height: window_height*0.8
});
$('.is_top,.is_hot').change(function(){
process_annc(this)
})
$('.hidden_btn,.display_btn').click(function(){
process_annc(this)
})
})
</script>