|
|
@ -297,6 +297,13 @@ function changePage() {
|
|
|
|
setTimeout(function() {
|
|
|
|
setTimeout(function() {
|
|
|
|
$("#tip").removeClass('block tip_right');
|
|
|
|
$("#tip").removeClass('block tip_right');
|
|
|
|
},1500);
|
|
|
|
},1500);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#gift_status").show();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#gift_type").show();
|
|
|
|
|
|
|
|
$("#gift_server").show();
|
|
|
|
|
|
|
|
$("#gift_time").show();
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$("#gift_status").hide();
|
|
|
|
$("#gift_status").hide();
|
|
|
|
$($("#gift_status input[type='radio']").eq(1)).prop('checked',true);
|
|
|
|
$($("#gift_status input[type='radio']").eq(1)).prop('checked',true);
|
|
|
|