作者 刘朕
1 个管道 的构建 通过 耗费 2 秒

更换图片后样式优化

... ... @@ -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();
... ...