瀏覽代碼

服务中心

linwu 5 月之前
父節點
當前提交
0bead3bee9
共有 1 個文件被更改,包括 8 次插入0 次删除
  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>