瀏覽代碼

fix: 修复选择区域价格

yangfeng 4 年之前
父節點
當前提交
b518989174

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/choose_area.js

@@ -383,7 +383,7 @@ var AreaChoose = {
           if (!this.buyset && sessionStorage.getItem("vipSubBuySet")) {
               this.buyset = JSON.parse(sessionStorage.getItem("vipSubBuySet"))
           }
-          $('.tips_d_money').css("display", "block");
+          // $('.tips_d_money').css("display", "block");
           let price;
           if (sessionStorage.getItem("industrySelectNotFlushed")) {
               let mBuyset = getBuySet(this.selectObj, []);

+ 1 - 1
src/web/staticres/vipsubscribe/js/choose_area.js

@@ -371,7 +371,7 @@ var AreaChoose = {
   },
   flushPrice: function (flag) {
       if (!this.vipSubisTrial) {
-          $('.tips_d_money').css("display", "block");
+          // $('.tips_d_money').css("display", "block");
           var price = getsubVipOrderPrice(this.selectObj, this.selectedIndustryArr, this.timeSelect);
           $('.tips_d_money').text('¥' + price);
       }