前端
This commit is contained in:
commit
55b3f1a109
@ -982,15 +982,25 @@ if ($act == 'newevent') {
|
|||||||
|
|
||||||
function gamesbtndis(){
|
function gamesbtndis(){
|
||||||
var type = $("#gamesbtn").css('display');
|
var type = $("#gamesbtn").css('display');
|
||||||
// console.log($("#xsqb font font").html());
|
<<<<<<< HEAD
|
||||||
|
// console.log($("#xsqb").html());
|
||||||
if(type == 'none'){
|
if(type == 'none'){
|
||||||
$("#gamesbtn").show();
|
$("#gamesbtn").show();
|
||||||
$("#xsqb font font").html('收回');
|
$("#xsqb").html('收回');
|
||||||
$("#left_box").hide();
|
$("#left_box").hide();
|
||||||
}else {
|
}else {
|
||||||
$("#gamesbtn").hide();
|
$("#gamesbtn").hide();
|
||||||
$("#xsqb font font").html('显示全部');
|
$("#xsqb").html('显示全部');
|
||||||
$("#left_box").show();
|
$("#left_box").show();
|
||||||
|
=======
|
||||||
|
// console.log($("#xsqb").html());
|
||||||
|
if(type == 'none'){
|
||||||
|
$("#gamesbtn").show();
|
||||||
|
$("#xsqb").html('收回');
|
||||||
|
}else {
|
||||||
|
$("#gamesbtn").hide();
|
||||||
|
$("#xsqb").html('展开');
|
||||||
|
>>>>>>> febe866db30128c12105b45b4afa618b410d6a22
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user