fix:人工接口字段修改 去除在线咨询
This commit is contained in:
parent
e8009a845c
commit
ac49885fad
|
|
@ -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",
|
||||
|
|
|
|||
67
pages.json
67
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",
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue