Kaynağa Gözat

auto commit

gcz 4 yıl önce
ebeveyn
işleme
0e79ef07a5

+ 8 - 1
pages.json

@@ -23,7 +23,7 @@
 		{
 			"path": "pages/modifypwd/modifypwd",
 			"style": {
-				// "navigationStyle":"custom",// 隐藏系统导航栏
+				"navigationStyle":"custom",// 隐藏系统导航栏
 				"navigationBarTitleText": "密码修改"
 			}
 		},
@@ -62,6 +62,13 @@
 				"navigationBarTitleText": "拍照取证"
 			}
 		},
+		{
+			"path": "pages/ownersquery/ownersquery",
+			"style": {
+				"navigationStyle":"custom",// 隐藏系统导航栏
+				"navigationBarTitleText": "车主查询"
+			}
+		},
 		{
 			"path": "pages/attence/attence",
 			"style": {

+ 1 - 1
pages/attence/attence.vue

@@ -6,7 +6,7 @@
 		:custom-back="customBack" 
 		:border-bottom="false"
 		back-icon-color="#CCE8FF" 
-		:background="{background: '#008CFF' }">
+		:background="{background: 'linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%)' }">
 		</u-navbar>
 		
 		<view class="wrap">

+ 1 - 1
pages/getin/getin.vue

@@ -6,7 +6,7 @@
 		 :custom-back="customBack" 
 		 :border-bottom="false" 
 		 back-icon-color="#CCE8FF" 
-		 :background="{background: '#008CFF' }"></u-navbar>
+		 :background="{background: 'linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%)' }"></u-navbar>
 		<view class="car-info u-flex">
 			<view class="car-info-img" @click="getPic">
 				<u-image :src="carImg" mode="aspectFit" width="100%" height="100%"></u-image>

+ 1 - 1
pages/getout/getout.vue

@@ -6,7 +6,7 @@
 		 :custom-back="customBack" 
 		 :border-bottom="false" 
 		 back-icon-color="#CCE8FF" 
-		 :background="{background: '#008CFF' }"></u-navbar>
+		 :background="{background: 'linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%)' }"></u-navbar>
 		<u-empty class="u-m-t-80" text="暂无停车" mode="data" v-if="roadspaceList.length == 0"></u-empty>
 		<view class="roadspace-list wrap">
 			<view class="roadspace-list-item" :class="{used:item.placeStatus==1}" @click="roadspaceClick(item)" v-for="item in roadspaceList" :key="item.id">

+ 1 - 1
pages/index/index.vue

@@ -61,7 +61,7 @@
 					<u-image width="120rpx" height="120rpx" src="/static/img/index-feature-07.png"></u-image>
 					<view class="feature-item-text">密码修改</view>
 				</view> -->
-				<view class="feature-item" @click="$refs.uToast.show({title: '建设中'})">
+				<view class="feature-item" @click="openPage('pages/ownersquery/ownersquery')">
 					<u-image width="120rpx" height="120rpx" src="/static/img/index-feature-10.png"></u-image>
 					<view class="feature-item-text">车主查询</view>
 				</view>	

+ 13 - 0
pages/modifypwd/modifypwd.vue

@@ -1,5 +1,12 @@
 <template>
 	<view>
+		<u-navbar
+		 title="修改密码" 
+		 title-color="#fff" 
+		 :custom-back="customBack" 
+		 :border-bottom="false" 
+		 back-icon-color="#CCE8FF" 
+		 :background="{background: 'linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%)' }"></u-navbar>
 		<u-form :model="form" ref="uForm">
 			<u-form-item class="u-m-t-40 u-m-b-40" label="原密码:" label-width="180rpx">
 				<u-input v-model="form.oldPassword" placeholder="请输入原密码"/>
@@ -32,6 +39,12 @@
 			
 		},
 		methods:{
+			customBack(){
+				this.$u.route({
+					// type:'switchTab',
+					url: 'pages/setting/setting'
+				});
+			},
 			submit(){
 				let param = {
 					oldPassword:this.form.oldPassword,

+ 1 - 1
pages/parking/parking.vue

@@ -6,7 +6,7 @@
 		 :custom-back="customBack" 
 		 :border-bottom="false" 
 		 back-icon-color="#CCE8FF" 
-		 :background="{background: '#008CFF' }"></u-navbar>
+		 :background="{background: 'linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%)' }"></u-navbar>
 		<u-empty class="u-m-t-80" text="暂无车位" mode="data" v-if="roadspaceList.length == 0"></u-empty>
 		<view class="roadspace-list wrap">
 			<view class="roadspace-list-item" @click="roadspaceClick(item)" v-for="(item,index) in roadspaceList" :key="index + item.id">

+ 1 - 1
pages/setting/setting.vue

@@ -7,7 +7,7 @@
 		:custom-back="customBack" 
 		:border-bottom="false" 
 		back-icon-color="#CCE8FF" 
-		:background="{background: '#008CFF' }"></u-navbar>
+		:background="{background: 'linear-gradient(145deg, #41AFF9 0%, #2D8CFB 100%)' }"></u-navbar>
 		
 		<view class="cell-group" style="margin-top: 30rpx;">
 			<u-cell-group>