|
|
|
@ -240,10 +240,11 @@
|
|
|
|
|
</volist>
|
|
|
|
|
</script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
|
//导航高亮
|
|
|
|
|
highlight_subnav('{:U("FinancePromote/index")}');
|
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('.page a:eq(1)').click(function () {
|
|
|
|
|
var href = $(this).attr('href');
|
|
|
|
|
$(this).removeAttr('href');
|
|
|
|
@ -323,7 +324,7 @@
|
|
|
|
|
// console.log(str);
|
|
|
|
|
$("#game_name").empty();
|
|
|
|
|
$("#game_name").append(str);
|
|
|
|
|
// $("#server_id").select2();
|
|
|
|
|
$("#game_name").select2();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|