zxz 3 vuotta sitten
vanhempi
commit
4775f61917
4 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 1 0
      pages/index/index.vue
  2. 5 0
      pages/login/change.vue
  3. 5 0
      pages/login/index.vue
  4. 5 0
      pages/login/register.vue

+ 1 - 0
pages/index/index.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :is-back="false"></u-navbar>
 		<view class="home-head">
 			<view class="homeTab">
 				<u-tabs :list="tabList" :current="current" @change="change" :show-bar="false" active-color="#333" inactive-color="#c4c0c0"></u-tabs>

+ 5 - 0
pages/login/change.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>更换手机号</h2>
@@ -43,6 +44,9 @@
 				value:'0',
 				customStyle:{
 					background: '#FF5E5E'
+				},
+				background:{
+					background: 'none'
 				}
 			}
 			methods: {
@@ -59,6 +63,7 @@
 		background-size: 100%;
 		min-height: 100vh;
 		padding: 50px;
+		margin-top: -44PX;
 	}
 
 	.jpLogin-title {

+ 5 - 0
pages/login/index.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>会员登录</h2>
@@ -50,6 +51,9 @@
 				value:'0',
 				customStyle: {
 					background: '#FF5E5E'
+				},
+				background:{
+					background: 'none'
 				}
 			}
 			methods: {
@@ -62,6 +66,7 @@
 
 <style lang="scss" scoped>
 	.jpLogin {
+		margin-top: -44px;
 		background: url(/static/img/loginBg.png) top center no-repeat;
 		background-size: 100%;
 		min-height: 100vh;

+ 5 - 0
pages/login/register.vue

@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<u-navbar :background="background" :border-bottom="false"></u-navbar>
 		<view class="jpLogin">
 			<view class="jpLogin-title">
 				<h2>新用户注册</h2>
@@ -60,6 +61,9 @@
 				value:'0',
 				customStyle:{
 					background: '#FF5E5E'
+				},
+				background:{
+					background: 'none'
 				}
 			}
 			methods: {
@@ -72,6 +76,7 @@
 
 <style lang="scss" scoped>
 	.jpLogin {
+		margin-top: -44px;
 		background: url(/static/img/loginBg.png) top center no-repeat;
 		background-size: 100%;
 		min-height: 100vh;