|
@@ -96,7 +96,7 @@ var subNode = new Vue({
|
|
|
type: 'POST',
|
|
|
url: '/publicapply/subscribe/vipSwitch',
|
|
|
success: function(res) {
|
|
|
- if (res.data.vt !== 'v' ) {
|
|
|
+ if (res.data.vt !== 'v' && res.data.vt !=='m') {
|
|
|
_this.vSwitch = 'f'
|
|
|
_this.linkObj.pushsetting = _this.linkObj.freepush
|
|
|
_this.linkObj.resultview = '/front/vipsubscribe/toVIPViewPage?vSwitch=f',
|