From 4be122c8642bb67e7c48e9557831834e9211462f Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Mon, 20 Jun 2022 18:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=B8=AE=E5=8A=A9=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 32 ++++++ pages/center/Piabodata/StaffAnalysis.vue | 24 ++--- pages/index/personal.vue | 21 +++- pages/mine/details2.vue | 2 - pages/mine/help/helpDetail.vue | 72 +++++++++++++ pages/mine/help/helpSearch.vue | 114 ++++++++++++++++++++ pages/mine/help/helpSort.vue | 121 +++++++++++++++++++++ pages/mine/help/index.vue | 127 +++++++++++++++++++++++ utils/domain.js | 4 +- 9 files changed, 498 insertions(+), 19 deletions(-) create mode 100644 pages/mine/help/helpDetail.vue create mode 100644 pages/mine/help/helpSearch.vue create mode 100644 pages/mine/help/helpSort.vue create mode 100644 pages/mine/help/index.vue diff --git a/pages.json b/pages.json index e69529f..3d1d365 100644 --- a/pages.json +++ b/pages.json @@ -123,6 +123,38 @@ "navigationBarTextStyle": "black" } }, + { + "path": "help/index", + "style": { + "navigationBarTitleText": "帮助中心", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, + { + "path": "help/helpSearch", + "style": { + "navigationBarTitleText": "问题搜索", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, + { + "path": "help/helpSort", + "style": { + "navigationBarTitleText": "问题分类", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, + { + "path": "help/helpDetail", + "style": { + "navigationBarTitleText": "问题详情", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, { "path": "calibration", "style": { diff --git a/pages/center/Piabodata/StaffAnalysis.vue b/pages/center/Piabodata/StaffAnalysis.vue index 65c2489..8bc31ce 100644 --- a/pages/center/Piabodata/StaffAnalysis.vue +++ b/pages/center/Piabodata/StaffAnalysis.vue @@ -217,12 +217,12 @@ }, lineOpts: { - enableScroll: true, - xAxis: { - disableGrid: true, - scrollShow: true, - itemCount: 8 - }, + // enableScroll: true, + // xAxis: { + // disableGrid: true, + // scrollShow: true, + // itemCount: 8 + // }, yAxis: { data: [ { @@ -233,12 +233,12 @@ } }, lineOpts1: { - enableScroll: true, - xAxis: { - disableGrid: true, - scrollShow: true, - itemCount: 8 - } + // enableScroll: true, + // xAxis: { + // disableGrid: true, + // scrollShow: true, + // itemCount: 8 + // } }, isShow: true, // 默认都展示 }; diff --git a/pages/index/personal.vue b/pages/index/personal.vue index b344cef..2dff5bc 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -52,6 +52,15 @@ + @@ -108,6 +117,11 @@ url:"../mine/registerCode" }) }, + help(){ + uni.navigateTo({ + url:"../mine/help/index" + }) + }, //修改密码 Changehepassword() { uni.navigateTo({ @@ -160,11 +174,12 @@ diff --git a/pages/mine/help/helpSearch.vue b/pages/mine/help/helpSearch.vue new file mode 100644 index 0000000..ae8eebd --- /dev/null +++ b/pages/mine/help/helpSearch.vue @@ -0,0 +1,114 @@ + + + + + diff --git a/pages/mine/help/helpSort.vue b/pages/mine/help/helpSort.vue new file mode 100644 index 0000000..750fa46 --- /dev/null +++ b/pages/mine/help/helpSort.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/pages/mine/help/index.vue b/pages/mine/help/index.vue new file mode 100644 index 0000000..7780dcf --- /dev/null +++ b/pages/mine/help/index.vue @@ -0,0 +1,127 @@ + + + + + diff --git a/utils/domain.js b/utils/domain.js index 8dff224..70f19ed 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,9 +1,9 @@ -const base = 'http://81.70.55.170:9999' ;// 测试站 +// const base = 'http://81.70.55.170:9999' ;// 测试站 // const base = 'http://8kdmng.natappfree.cc' ;// 佳豪 // const base = 'http://192.168.31.86:9999' ;// 胜浩 // const base = 'http://192.168.31.167:9999' // 长龙 // const base = 'https://zanyong.hfju.com';// 正式 AI销管 -// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 +const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 // http.js使用 const baseUrl = `${base}/autoSR/api`;