From 754d4b07a5ef7957e51243ef6441f7e92426a81c Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Fri, 23 May 2025 11:17:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(market):=20=E9=87=8D=E6=9E=84=20firm=5Finf?= =?UTF-8?q?o=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重新设计页面布局,使用 scroll-view 实现滚动加载 - 添加校区信息获取功能- 优化数据展示逻辑,支持多条目展示 -调整样式,增加列表项间隔和边框 --- api/apiRoute.js | 8 ++ pages/market/my/firm_info.vue | 173 ++++++++++++++++++++-------------- 2 files changed, 108 insertions(+), 73 deletions(-) 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}} - - - 企业介绍 - - - -