From 144a9b2e1a23ec93db1b377d2883d43f98a2a1f9 Mon Sep 17 00:00:00 2001 From: buffeyu <271839173@qq.com> Date: Sun, 9 Jan 2022 11:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/my-offer/index.vue | 26 ++++++++++++++++++++------ pages/trade/orderList.vue | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 4f49eaf..a981a98 100644 --- a/pages.json +++ b/pages.json @@ -104,7 +104,8 @@ { "path": "pages/my-offer/index", "style": { - "navigationBarTitleText": "我的报价", + "navigationBarTitleText": "我的报价", + "navigationStyle": "custom", "enablePullDownRefresh": false } }, diff --git a/pages/my-offer/index.vue b/pages/my-offer/index.vue index a6800fa..a9ef9fa 100644 --- a/pages/my-offer/index.vue +++ b/pages/my-offer/index.vue @@ -1,11 +1,17 @@