xuzhiheng 5 years ago
parent
commit
94ebb941e0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/web/templates/weixin/vipsubscribe/choose_area_upgrade.html

+ 3 - 3
src/web/templates/weixin/vipsubscribe/choose_area_upgrade.html

@@ -539,7 +539,7 @@
               let arr =[];
               let arr =[];
               // 判断省份下的城市是否等于选中的城市长度,相等就是全部选中
               // 判断省份下的城市是否等于选中的城市长度,相等就是全部选中
               if (length == activeLeng) {
               if (length == activeLeng) {
-                  $('.tips_btn .tips_d_text.citys').hide()
+                  $('.tips_btn .tips_d_text.citys').slideUp()
                   // data.push($(this).parent('.tab_content').siblings('.tab:not(.whole)').children('.province').text().trim())
                   // data.push($(this).parent('.tab_content').siblings('.tab:not(.whole)').children('.province').text().trim())
                   let province = $(this).parent('.tab_content').siblings('.tab:not(.whole)').children('.province').text().trim();
                   let province = $(this).parent('.tab_content').siblings('.tab:not(.whole)').children('.province').text().trim();
                   data.push({
                   data.push({
@@ -592,9 +592,9 @@
                   let childrenArr=[];
                   let childrenArr=[];
                   if (children.length >= 3 && !this.vipSubisTrial) {
                   if (children.length >= 3 && !this.vipSubisTrial) {
                       $('.tips_btn .tips_d_text.citys').text("已选择"+children.length+"个市,建议购买“全省”。");
                       $('.tips_btn .tips_d_text.citys').text("已选择"+children.length+"个市,建议购买“全省”。");
-                      $('.tips_btn .tips_d_text.citys').show();
+                      $('.tips_btn .tips_d_text.citys').slideDown();
                   }else{
                   }else{
-                  		$('.tips_btn .tips_d_text.citys').hide();
+                  		$('.tips_btn .tips_d_text.citys').slideUp();
                   }
                   }
                   html += `${result[i].name}(`
                   html += `${result[i].name}(`
                   for(var j = 0;j < children.length;j++){
                   for(var j = 0;j < children.length;j++){