...
|
...
|
@@ -140,13 +140,20 @@ |
|
|
|
|
|
$('.input_item').click(function() {
|
|
|
$(this).addClass('active').siblings().removeClass('active')
|
|
|
})
|
|
|
});
|
|
|
$('.choose_vip').click(function() {
|
|
|
$(this).addClass('active').siblings().removeClass('active')
|
|
|
})
|
|
|
});
|
|
|
$('.tiger_vip').click(function() {
|
|
|
$('.vip_text').toggle()
|
|
|
})
|
|
|
});
|
|
|
// 关闭成功弹出框
|
|
|
$('.change_close').click(function() {
|
|
|
location.href = "{:url('portal/index/index')}";
|
|
|
});
|
|
|
$('.change_btnt').click(function() {
|
|
|
location.href = "{:url('portal/index/index')}";
|
|
|
});
|
|
|
var popup_switch = true;
|
|
|
$('.btn').click(function() {
|
|
|
var baby_name = $('input[name=baby_name]').val();
|
...
|
...
|
|