andypliang 7 anni fa
parent
commit
2b77f99bfc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      miniapp/app/pages/launch/index.js

+ 1
- 1
miniapp/app/pages/launch/index.js Vedi 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…
Annulla
Salva