Browse Source

修改导航栏

master
前端-胡立永 6 months ago
parent
commit
51107e4586
5 changed files with 8 additions and 8 deletions
  1. +1
    -1
      App.vue
  2. +2
    -2
      manifest.json
  3. +3
    -3
      pages.json
  4. +1
    -1
      pages/finish/finish.vue
  5. +1
    -1
      pages/reject/reject.vue

+ 1
- 1
App.vue View File

@ -15,6 +15,6 @@
<style> <style>
/*每个页面公共css */ /*每个页面公共css */
.reserveSpace { .reserveSpace {
padding-top: var(--status-bar-height);
/* padding-top: var(--status-bar-height); */
} }
</style> </style>

+ 2
- 2
manifest.json View File

@ -1,6 +1,6 @@
{ {
"name" : "unapp模板", "name" : "unapp模板",
"appid" : "__UNI__F370613",
"appid" : "__UNI__5405C20",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
@ -54,7 +54,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "",
"appid" : "wxe7ae8cbe1673834c",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },


+ 3
- 3
pages.json View File

@ -2,7 +2,8 @@
"pages": [{ "pages": [{
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
"navigationBarTitleText": "登录"
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
} }
}, { }, {
"path": "pages/repair/repair", "path": "pages/repair/repair",
@ -33,8 +34,7 @@
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
"backgroundColor": "#F8F8F8"
}, },
"tabBar": { "tabBar": {
"backgroundColor": "white", "backgroundColor": "white",


+ 1
- 1
pages/finish/finish.vue View File

@ -1,7 +1,7 @@
<!-- 结单 --> <!-- 结单 -->
<template> <template>
<view class="finish"> <view class="finish">
<navbar title="结单" :leftClick="leftClick"></navbar>
<!-- <navbar title="结单" :leftClick="leftClick"></navbar> -->
<uv-form labelPosition="top" :model="form" :rules="rules" ref="form" labelWidth="140"> <uv-form labelPosition="top" :model="form" :rules="rules" ref="form" labelWidth="140">
<uv-form-item label="处理结果" prop="form.processingResult"> <uv-form-item label="处理结果" prop="form.processingResult">


+ 1
- 1
pages/reject/reject.vue View File

@ -1,7 +1,7 @@
<!-- 驳回 --> <!-- 驳回 -->
<template> <template>
<view class="reject"> <view class="reject">
<navbar title="驳回" :leftClick="leftClick"></navbar>
<!-- <navbar title="驳回" :leftClick="leftClick"></navbar> -->
<uv-form labelPosition="left" :model="form" :rules="rules" errorType="toast" ref="form" labelWidth="0"> <uv-form labelPosition="left" :model="form" :rules="rules" errorType="toast" ref="form" labelWidth="0">
<uv-form-item label="" prop="reason"> <uv-form-item label="" prop="reason">


Loading…
Cancel
Save