From ac49885fad74de36e6806e48af5fff7fc6602593 Mon Sep 17 00:00:00 2001 From: JiXinHui <985276981@qq.com> Date: Wed, 18 Mar 2026 11:08:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=BA=E5=B7=A5=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E5=92=A8=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/tabbar.config.js | 18 +++++------ pages.json | 67 ++++++++++++++++++++-------------------- pages/transfer/index.vue | 2 +- 3 files changed, 44 insertions(+), 43 deletions(-) diff --git a/config/tabbar.config.js b/config/tabbar.config.js index fd21f9a..c2ce610 100644 --- a/config/tabbar.config.js +++ b/config/tabbar.config.js @@ -4,15 +4,15 @@ */ export const TAB_BAR_CONFIG = [ - { - text: "在线咨询", - icon: "/static/tabbar/tabbar-icon1.png", - activeIcon: "/static/tabbar/tabbar-icon1-active.png", - pagePath: "/pages/consultation/index", - // 可选配置 - badge: "", // 角标文字 - dot: false, // 是否显示小红点 - }, + // { + // text: "在线咨询", + // icon: "/static/tabbar/tabbar-icon1.png", + // activeIcon: "/static/tabbar/tabbar-icon1-active.png", + // pagePath: "/pages/consultation/index", + // // 可选配置 + // badge: "", // 角标文字 + // dot: false, // 是否显示小红点 + // }, { text: "人工转接", icon: "/static/tabbar/tabbar-icon4.png", diff --git a/pages.json b/pages.json index 654fe2c..5b1323d 100644 --- a/pages.json +++ b/pages.json @@ -43,25 +43,25 @@ } }, - { - "path": "pages/my/personalInfo", - "style": { - "navigationBarTitleText": "个人信息", - "navigationStyle": "custom" - } - }, - { - "path": "pages/my/schedule", - "style": { - "navigationBarTitleText": "我的排班", - "navigationStyle": "custom" - } - }, - { - "path": "pages/home/admissions/index", - "style": { - "navigationBarTitleText": "在线咨询", - "enablePullDownRefresh": false, + { + "path": "pages/my/personalInfo", + "style": { + "navigationBarTitleText": "个人信息", + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/schedule", + "style": { + "navigationBarTitleText": "我的排班", + "navigationStyle": "custom" + } + }, + { + "path": "pages/home/admissions/index", + "style": { + "navigationBarTitleText": "在线咨询", + "enablePullDownRefresh": false, "navigationStyle": "custom" } }, @@ -73,14 +73,14 @@ "navigationStyle": "custom" } }, - { - "path": "pages/consultation/index", - "style": { - "navigationBarTitleText": "在线咨询", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + // { + // "path": "pages/consultation/index", + // "style": { + // "navigationBarTitleText": "在线咨询", + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + // }, { "path": "pages/transfer/index", "style": { @@ -134,12 +134,13 @@ "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ - { - "pagePath": "pages/consultation/index", - "iconPath": "static/tabbar/icon_home.png", - "selectedIconPath": "static/tabbar/icon_home_active.png", - "text": "在线咨询" - }, + // 暂时不用在线咨询页面,保留配置便于恢复 + // { + // "pagePath": "pages/consultation/index", + // "iconPath": "static/tabbar/icon_home.png", + // "selectedIconPath": "static/tabbar/icon_home_active.png", + // "text": "在线咨询" + // }, { "pagePath": "pages/transfer/index", "iconPath": "static/tabbar/icon_message.png", diff --git a/pages/transfer/index.vue b/pages/transfer/index.vue index d7acb49..c168b7a 100644 --- a/pages/transfer/index.vue +++ b/pages/transfer/index.vue @@ -231,7 +231,7 @@ export default { this.isLoading = true; try { const res = await this.$u.api.GetDialogueListApi({ - "Item1.OnlineConsultationType": 2, + "Item1.OnlineConsultationType": 1, }); const list = (res && res.data && res.data.item1) || []; this.chatList = this.normalizeDialogueList(list);