新增礼包界面js bug修复

master
zyx 5 years ago
parent 55cc0c91e4
commit 44121ed303

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

Loading…
Cancel
Save