|
@@ -11,7 +11,7 @@ var subNode = new Vue({
|
|
|
industry: '/jyapp/vipsubscribe/toChangeIndustry?header=save',
|
|
|
keyword: '/jyapp/vipsubscribe/toSetKeyWordPage',
|
|
|
infotype: '/jyapp/vipsubscribe/toSetInfoTypePage',
|
|
|
- resultview: '/jyapp/vipsubscribe/toVIPViewPage',
|
|
|
+ resultview: '/jyapp/vipsubscribe/toVIPViewPage?vSwitch=v',
|
|
|
pushsetting: '/jyapp/big/page/push_setting_detail?header=超级订阅推送设置&type=super_subscribe',
|
|
|
freepush: '/jyapp/big/page/push_setting_detail?header=订阅&type=free_subscribe',
|
|
|
},
|
|
@@ -106,6 +106,7 @@ var subNode = new Vue({
|
|
|
} else if(num <= 0) {
|
|
|
$('.custom-header-title').html('<span class="title-text">订阅管理-免费订阅</span>')
|
|
|
this.subInfoAjax = '/publicapply/free/subscribe'
|
|
|
+ this.linkObj.resultview = '/jyapp/vipsubscribe/toVIPViewPage?vSwitch=f'
|
|
|
} else {
|
|
|
$('.custom-header-title').html('<span class="title-text"><em class="title_icon icon_vip"></em>订阅管理-超级订阅</span>')
|
|
|
this.subInfoAjax = '/subscribepay/vipsubscribe/getSubBuyMsg?t=' + new Date().getTime()
|
|
@@ -115,10 +116,12 @@ var subNode = new Vue({
|
|
|
this.subInfoAjax = '/subscribepay/vipsubscribe/getSubBuyMsg?t=' + new Date().getTime()
|
|
|
} else {
|
|
|
$('.custom-header-title').html('<span class="title-text">订阅管理-免费订阅</span>')
|
|
|
+ this.linkObj.resultview = '/jyapp/vipsubscribe/toVIPViewPage?vSwitch=f'
|
|
|
this.subInfoAjax = '/publicapply/free/subscribe'
|
|
|
}
|
|
|
} else {
|
|
|
$('.custom-header-title').html('<span class="title-text">订阅管理-免费订阅</span>')
|
|
|
+ this.linkObj.resultview = '/jyapp/vipsubscribe/toVIPViewPage?vSwitch=f'
|
|
|
this.subInfoAjax = '/publicapply/free/subscribe'
|
|
|
}
|
|
|
},
|