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

更换图片后样式优化

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