From 2da6cec17e67e6c548451ba2d8d12855cbacb410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 3 Aug 2021 14:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96uview=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E8=B7=9D=E5=BA=95=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=99=BB=E5=BD=95=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- canteen/pages.json | 3 +- canteen/pages/delivery/apply.vue | 2 + canteen/pages/login/index.vue | 40 +++++++++++++----- canteen/pages/purchase/order.vue | 13 ++++-- canteen/static/images/login_bg.png | Bin 0 -> 583910 bytes canteen/uview-ui/components/u-tabs/u-tabs.vue | 2 +- supplier/pages.json | 7 ++- supplier/pages/login/index.vue | 40 +++++++++++++----- supplier/pages/offer/index.vue | 10 ++++- supplier/pages/order/detail.vue | 6 ++- supplier/pages/order/index.vue | 3 ++ supplier/static/images/login_bg.png | Bin 0 -> 318674 bytes .../uview-ui/components/u-tabs/u-tabs.vue | 2 +- 13 files changed, 92 insertions(+), 36 deletions(-) create mode 100644 canteen/static/images/login_bg.png create mode 100644 supplier/static/images/login_bg.png diff --git a/canteen/pages.json b/canteen/pages.json index 34cc2bf..9ad48ed 100644 --- a/canteen/pages.json +++ b/canteen/pages.json @@ -15,7 +15,8 @@ "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationBarBackgroundColor":"#11D189", - "navigationBarTextStyle": "white" + "navigationBarTextStyle": "white", + "navigationStyle": "custom" } }, { diff --git a/canteen/pages/delivery/apply.vue b/canteen/pages/delivery/apply.vue index 00ec440..c5a7394 100644 --- a/canteen/pages/delivery/apply.vue +++ b/canteen/pages/delivery/apply.vue @@ -21,6 +21,7 @@ width="max-content" height="80vh" v-if="contents.length"> + @@ -211,6 +212,7 @@ justify-content: center; align-items: center; border-top: 1rpx solid #E5E5E5; + background-color: #fff; .btn{ width: 320rpx; height: 82rpx; diff --git a/canteen/pages/login/index.vue b/canteen/pages/login/index.vue index 2cbaf58..2b92bf2 100644 --- a/canteen/pages/login/index.vue +++ b/canteen/pages/login/index.vue @@ -1,6 +1,11 @@