Ver Fonte

服务中心

linwu há 5 meses atrás
pai
commit
0bead3bee9
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      app/mobile/view/human/center.html

+ 8 - 0
app/mobile/view/human/center.html

@@ -43,6 +43,14 @@
             ]);
         };
 
+        base.toInstitution = () => {
+            location.href = "{:url('human/institutionList')}";
+        };
+
+        base.toEnterprise = () => {
+            location.href = "{:url('human/enterpriseList')}";
+        };
+
         return base;
     }
 </script>