diff --git a/api/apiRoute.js b/api/apiRoute.js index f483e37..1addf2f 100644 --- a/api/apiRoute.js +++ b/api/apiRoute.js @@ -67,6 +67,13 @@ export default { return res; }) }, + //公共端-教师/销售端验证旧密码是否正确 + common_getPersonnelCampus(data = {}) { + let url = '/campus/getPersonnelCampus' + return http.get(url, data).then(res => { + return res; + }) + }, @@ -228,6 +235,7 @@ export default { + //↑↑↑↑↑↑↑↑↑↑↑↑-----销售接口相关-----↑↑↑↑↑↑↑↑↑↑↑ diff --git a/pages/market/my/firm_info.vue b/pages/market/my/firm_info.vue index a76543a..9ae30c5 100644 --- a/pages/market/my/firm_info.vue +++ b/pages/market/my/firm_info.vue @@ -3,63 +3,67 @@ - - - - - 基本信息 - - - - 企业名称 - {{dataInfo.enterprise_name}} - - - - 企业简称 - {{dataInfo.enterprise_abbreviation}} + + + + + + + + 基本信息 + + + 企业名称 + {{v.campus_name}} + + + + 企业地址 + {{v.campus_address}} + + + + 企业介绍 + + + + - - 企业电话 - {{dataInfo.phone}} - - - 所属行业 - {{dataInfo.profession}} - - - 企业网址 - {{dataInfo.website}} - - - 成立时间 - {{dataInfo.establishment_time}} - - - 企业介绍 - - - -