From 8048c5726dc9f290aaa2200e7edb5abf84a5f093 Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Tue, 17 Aug 2021 15:57:30 +0800 Subject: [PATCH] init --- pages.json | 8 ++++++++ pages/center/consumer/index.vue | 8 ++++++++ pages/index/index.vue | 10 ++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 pages/center/consumer/index.vue diff --git a/pages.json b/pages.json index 4d1d709..69b3fba 100644 --- a/pages.json +++ b/pages.json @@ -293,6 +293,14 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } + }, + { + "path": "consumer/index", + "style": { + "navigationBarTitleText": "客户管理", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } } ] } diff --git a/pages/center/consumer/index.vue b/pages/center/consumer/index.vue new file mode 100644 index 0000000..48d48ea --- /dev/null +++ b/pages/center/consumer/index.vue @@ -0,0 +1,8 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 6394173..a4a6f19 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -149,7 +149,7 @@ 值班顾问 - + @@ -251,7 +251,13 @@ uni.navigateTo({ url: '/pages/mine/equipment/index' }); - } + }, + // 客户管理 + goConsumer(){ + uni.navigateTo({ + url: '/pages/center/consumer/index' + }); + }, }, };