Explorar o código

feat: 修复报错引起的问题

zhangyuhan %!s(int64=3) %!d(string=hai) anos
pai
achega
8743e969ad
Modificáronse 1 ficheiros con 1 adicións e 9 borrados
  1. 1 9
      src/web/staticres/vipsubscribe/js/keyword-info.js

+ 1 - 9
src/web/staticres/vipsubscribe/js/keyword-info.js

@@ -222,14 +222,6 @@ var vm = new Vue({
 
           var kList = []
           if (_this.vSwitch === 'v') {
-            if (res.userData) {
-              _this.tip.i_vip_fastimport = res.userData.i_vip_fastimport
-              _this.tip.ordinarykc = res.userData.ordinarykc
-              // 关键词弹窗提醒 fasle:需要弹窗 true:不需要弹窗
-                if (res.userData && !res.userData.b_keytip) {
-                _this.dialog.upgrade = true
-              }
-            }
             // 关键词赋值
             if (res.userData && res.userData.o_vipjy) {
               kList = res.userData.o_vipjy.a_items || []
@@ -763,4 +755,4 @@ var vm = new Vue({
       }
     }
   }
-})
+})