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

合并分支 '1iuzhen' 到 'master'

1iuzhen



查看合并请求 !255
@@ -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();