diff --git a/api/apiRoute.js b/api/apiRoute.js
index 497e388..03e095f 100644
--- a/api/apiRoute.js
+++ b/api/apiRoute.js
@@ -31,6 +31,13 @@ export default {
return res;
})
},
+ //教师/销售端详情
+ editPersonnelInfo(data = {}) {
+ let url = '/personnel/edit'
+ return http.post(url, data).then(res => {
+ return res;
+ })
+ },
diff --git a/pages/market/my/info.vue b/pages/market/my/info.vue
index 442951b..71b27de 100644
--- a/pages/market/my/info.vue
+++ b/pages/market/my/info.vue
@@ -8,7 +8,7 @@
修改头像
@@ -39,7 +39,7 @@
部门
-
+
@@ -59,7 +59,7 @@
性别 *
-
+