Browse Source

feat: 调整超级订阅立即使用跳转页面

zhangyuhan 2 năm trước cách đây
mục cha
commit
9287cbac38
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      src/web/staticres/serviceSystem/js/serviceSystem.js

+ 5 - 4
src/web/staticres/serviceSystem/js/serviceSystem.js

@@ -143,15 +143,16 @@ var vm = new Vue({
 
                     }
                 } else {//未登录
-                    //拉登录 
+                    //拉登录
                     openLoginDig()
                     this.type = type
                 }
             }
         },
-        goplay(val) {//立即使用
-            this.vipshow = true
-
+        goplay(val) {
+          // 立即使用
+          // this.vipshow = true
+          location.href = '/page_workDesktop/'
         },
         consultation(val) {