Selaa lähdekoodia

Merge branch 'dev4.6.2.1' of http://192.168.3.207:8080/qmx/jy into dev4.6.2.1

wangshan 3 vuotta sitten
vanhempi
commit
5702d35fc7

+ 1 - 2
src/web/staticres/common-module/vipsubscribe/js/vip-subscribe-set-template.js

@@ -259,7 +259,6 @@ var subComponent = {
       conf: {}, // 信息类型数据
       conf: {}, // 信息类型数据
       noAreaFreeType: false, // 免费用户未设置地区时显示弹窗
       noAreaFreeType: false, // 免费用户未设置地区时显示弹窗
       backTipShowCount: 0, // 离开页面展示弹窗次数
       backTipShowCount: 0, // 离开页面展示弹窗次数
-      thisvSwitch: 'f',
       UserSubscribe: {}, // 免费用户数据
       UserSubscribe: {}, // 免费用户数据
     }
     }
   },
   },
@@ -515,7 +514,7 @@ var subComponent = {
       $('.match-keywords-actionsheet').hide()
       $('.match-keywords-actionsheet').hide()
       $iosMask.fadeOut(200);
       $iosMask.fadeOut(200);
       // 免费用户
       // 免费用户
-      if (this.thisvSwitch === 'f') {
+      if (this.vSwitch === 'f') {
         return
         return
       }
       }
       // 超级订阅升级提示
       // 超级订阅升级提示