andypliang 6 years ago
parent
commit
2b77f99bfc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      miniapp/app/pages/launch/index.js

+ 1
- 1
miniapp/app/pages/launch/index.js View File

70
                 this.doRedirect(userInfo);
70
                 this.doRedirect(userInfo);
71
             });
71
             });
72
     },
72
     },
73
-    doRedirect(userInfo) {
73
+    doRedirect() {
74
         $.router.goto({
74
         $.router.goto({
75
             path: '/pages/home/index',
75
             path: '/pages/home/index',
76
             type: $.ROUTER_TYPE.CLOSE_ALL
76
             type: $.ROUTER_TYPE.CLOSE_ALL

Loading…
Cancel
Save