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 @@