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>
/*每个页面公共css */
.reserveSpace {
padding-top: var(--status-bar-height);
/* padding-top: var(--status-bar-height); */
}
</style>

+ 2
- 2
manifest.json View File

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


+ 3
- 3
pages.json View File

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


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

@ -1,7 +1,7 @@
<!-- 结单 -->
<template>
<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-item label="处理结果" prop="form.processingResult">


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

@ -1,7 +1,7 @@
<!-- 驳回 -->
<template>
<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-item label="" prop="reason">


Loading…
Cancel
Save