Explorar el Código

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

zhangxinlei1996 hace 3 años
padre
commit
e6697d9a10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/web/staticres/vipsubscribe/js/vip_index_new.js

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