正在显示
1 个修改的文件
包含
11 行增加
和
4 行删除
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | </div> | 26 | </div> |
27 | <div class="text_item" id="birthday"> | 27 | <div class="text_item" id="birthday"> |
28 | <p class="text_tit">宝宝生日</p> | 28 | <p class="text_tit">宝宝生日</p> |
29 | - <input type="text" name="baby_birth" value="" id="birthday_input" class="baby_input" placeholder="请选择宝宝生日" /> | 29 | + <input type="text" name="baby_birth" readonly="readonly" value="" id="birthday_input" class="baby_input" placeholder="请选择宝宝生日" /> |
30 | <img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" /> | 30 | <img src="__TMPL__/public/mobile/images/youjiantou.png" class="jiantou" /> |
31 | </div> | 31 | </div> |
32 | </div> | 32 | </div> |
@@ -140,13 +140,20 @@ | @@ -140,13 +140,20 @@ | ||
140 | 140 | ||
141 | $('.input_item').click(function() { | 141 | $('.input_item').click(function() { |
142 | $(this).addClass('active').siblings().removeClass('active') | 142 | $(this).addClass('active').siblings().removeClass('active') |
143 | - }) | 143 | + }); |
144 | $('.choose_vip').click(function() { | 144 | $('.choose_vip').click(function() { |
145 | $(this).addClass('active').siblings().removeClass('active') | 145 | $(this).addClass('active').siblings().removeClass('active') |
146 | - }) | 146 | + }); |
147 | $('.tiger_vip').click(function() { | 147 | $('.tiger_vip').click(function() { |
148 | $('.vip_text').toggle() | 148 | $('.vip_text').toggle() |
149 | - }) | 149 | + }); |
150 | + // 关闭成功弹出框 | ||
151 | + $('.change_close').click(function() { | ||
152 | + location.href = "{:url('portal/index/index')}"; | ||
153 | + }); | ||
154 | + $('.change_btnt').click(function() { | ||
155 | + location.href = "{:url('portal/index/index')}"; | ||
156 | + }); | ||
150 | var popup_switch = true; | 157 | var popup_switch = true; |
151 | $('.btn').click(function() { | 158 | $('.btn').click(function() { |
152 | var baby_name = $('input[name=baby_name]').val(); | 159 | var baby_name = $('input[name=baby_name]').val(); |
-
请 注册 或 登录 后发表评论