...
|
...
|
@@ -26,7 +26,7 @@ |
|
|
</div>
|
|
|
<div class="text_item" id="birthday">
|
|
|
<p class="text_tit">宝宝生日</p>
|
|
|
<input type="text" name="baby_birth" value="" id="birthday_input" class="baby_input" placeholder="请选择宝宝生日" />
|
|
|
<input type="text" name="baby_birth" readonly="readonly" value="" id="birthday_input" class="baby_input" placeholder="请选择宝宝生日" />
|
|
|
<img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" />
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -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();
|
...
|
...
|
|