From 1543bb6214950cc75b84ede6f0ba3ff8e811ebce Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Mon, 16 Aug 2021 17:02:52 +0800 Subject: [PATCH] init5 --- pages.json | 23 +++++++++++++++++------ pages/index/index.vue | 28 +++++++++++++++++++++------- pages/mine/consultanonduty/index.vue | 8 ++++++++ pages/mine/equipment/index.vue | 8 ++++++++ 4 files changed, 54 insertions(+), 13 deletions(-) create mode 100644 pages/mine/consultanonduty/index.vue create mode 100644 pages/mine/equipment/index.vue diff --git a/pages.json b/pages.json index 3ce5efd..d69ae73 100644 --- a/pages.json +++ b/pages.json @@ -135,6 +135,22 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } + }, + { + "path": "equipment/index", + "style": { + "navigationBarTitleText": "设备管理", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, + { + "path": "consultanonduty/index", + "style": { + "navigationBarTitleText": "值班顾问", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } } @@ -217,12 +233,7 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } - } - - - - - + } ] } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 2b5ad10..6394173 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -129,24 +129,26 @@ 销讲数据 - + - + 接待记录 - + - 客户管理 + 设备管理 - + + - 客户管理 + 值班顾问 + @@ -232,11 +234,23 @@ url: '/pages/center/Piabodata/index' }); }, + // 接待记录 record(){ - // 接待记录 uni.navigateTo({ url: '/pages/center/records/index' }); + }, + //值班顾问 + toconsultanonduty(){ + uni.navigateTo({ + url: '/pages/mine/consultanonduty/index' + }); + }, + //设备 + toequipment(){ + uni.navigateTo({ + url: '/pages/mine/equipment/index' + }); } }, diff --git a/pages/mine/consultanonduty/index.vue b/pages/mine/consultanonduty/index.vue new file mode 100644 index 0000000..48d48ea --- /dev/null +++ b/pages/mine/consultanonduty/index.vue @@ -0,0 +1,8 @@ + + + + + diff --git a/pages/mine/equipment/index.vue b/pages/mine/equipment/index.vue new file mode 100644 index 0000000..48d48ea --- /dev/null +++ b/pages/mine/equipment/index.vue @@ -0,0 +1,8 @@ + + + + +