From 5bf5a5fd0a34ceb448b76189077a65eb0e2fcc78 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Wed, 13 Dec 2023 10:27:58 +0800 Subject: [PATCH] uu --- pages.json | 6 -- pages/address/list.vue | 16 +++-- pages/bill/detail.vue | 27 ++++---- pages/bill/list.vue | 138 ++++++++++++++++++++--------------------- pages/service/list.vue | 18 +++--- 5 files changed, 105 insertions(+), 100 deletions(-) diff --git a/pages.json b/pages.json index 8463690..664fd44 100644 --- a/pages.json +++ b/pages.json @@ -47,8 +47,6 @@ { "path": "pages/address/list", "style": { - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#B12D29", "navigationBarTitleText": "地址管理" } }, @@ -73,8 +71,6 @@ { "path": "pages/service/list", "style": { - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#B12D29", "navigationBarTitleText": "网点查询" } }, @@ -99,8 +95,6 @@ { "path": "pages/bill/list", "style": { - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#B12D29", "navigationBarTitleText": "我的账单" } }, diff --git a/pages/address/list.vue b/pages/address/list.vue index f52fc46..60a5e4e 100644 --- a/pages/address/list.vue +++ b/pages/address/list.vue @@ -1,6 +1,6 @@