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