Эх сурвалжийг харах

fix:修复超级订阅用户进入免费订阅地址

zhangxinlei1996 3 жил өмнө
parent
commit
e6697d9a10

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

@@ -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',