zxz 3 years ago
parent
commit
4119f90941

+ 1 - 0
pages/login/agreement.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar></u-navbar>
 		<view class="article">
 			<view class="article-tit">
 				“荆州工会鹊桥”会员注册协议

+ 2 - 2
pages/login/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		<u-navbar :background="background" :border-bottom="false"></u-navbar>
+		<u-navbar :background="navbarBg" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>会员登录</h2>
@@ -71,7 +71,7 @@
 				customStyle: {
 					background: '#FF5E5E'
 				},
-				background:{
+				navbarBg: {
 					background: 'none'
 				},
 				isSendMsgIng: false,

+ 1 - 0
pages/login/search.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar back-text="查找工会"></u-navbar>
 		<view class="search">
 			<u-search placeholder="输入关键字查询工会" v-model="keyword" :action-style="actionStyle" @custom="searchQrg" @search="searchQrg"></u-search>
 		</view>

+ 1 - 0
pages/login/searchNone.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar back-text="查找工会"></u-navbar>
 		<view class="search">
 			<u-search placeholder="输入关键字查询工会" v-model="keyword" :action-style="actionStyle"></u-search>
 		</view>

+ 5 - 0
pages/login/step1.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>填写基础信息<span>1</span>/4</h2>
@@ -57,6 +58,9 @@
 				value:'0',
 				customStyle: {
 					background: '#FF5E5E'
+				},
+				background:{
+					background: 'none'
 				}
 			}
 			methods: {
@@ -92,6 +96,7 @@
 		background-size: 100%;
 		min-height: 100vh;
 		padding: 50px;
+		margin-top: -44px;
 	}
 	.step-btn{
 		text-align: center;

+ 5 - 0
pages/login/step2.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>完善个人信息<span>2</span>/4</h2>
@@ -92,6 +93,9 @@
 				value:'0',
 				customStyle: {
 					background: '#FF5E5E'
+				},
+				background:{
+					background: 'none'
 				}
 			}
 			methods: {
@@ -133,6 +137,7 @@
 		background-size: 100%;
 		min-height: 100vh;
 		padding: 50px;
+		margin-top: -44px;
 	}
 	.step-btn{
 		text-align: center;

+ 5 - 0
pages/login/step3.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>我的择偶标准 <span>3</span>/4</h2>
@@ -61,6 +62,9 @@
 				value: '0',
 				customStyle: {
 					background: '#FF5E5E'
+				},
+				background:{
+					background: 'none'
 				}
 			}
 			methods: {
@@ -87,6 +91,7 @@
 		background-size: 100%;
 		min-height: 100vh;
 		padding: 50px;
+		margin-top: -44px;
 	}
 
 	.step-btn {

+ 5 - 1
pages/login/step4.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>上传您的头像 <span>4</span>/4</h2>
@@ -34,7 +35,9 @@
 	export default {
 		data() {
 			return {
-
+				background:{
+					background: 'none'
+				}
 			}
 			methods: {
 
@@ -50,6 +53,7 @@
 		background-size: 100%;
 		min-height: 100vh;
 		padding: 50px;
+		margin-top: -44px;
 	}
 	.step-btn {
 		text-align: center;