@@ -1,5 +1,6 @@
<template>
<view>
+ <u-navbar></u-navbar>
<view class="article">
<view class="article-tit">
“荆州工会鹊桥”会员注册协议
@@ -1,6 +1,6 @@
- <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,
+ <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>
<u-search placeholder="输入关键字查询工会" v-model="keyword" :action-style="actionStyle"></u-search>
+ <u-navbar :background="background" :border-bottom="false"></u-navbar>
<h2>填写基础信息<span>1</span>/4</h2>
@@ -57,6 +58,9 @@
value:'0',
+ },
+ background:{
+ background: 'none'
}
methods: {
@@ -92,6 +96,7 @@
background-size: 100%;
min-height: 100vh;
padding: 50px;
+ margin-top: -44px;
.step-btn{
text-align: center;
<h2>完善个人信息<span>2</span>/4</h2>
@@ -92,6 +93,9 @@
@@ -133,6 +137,7 @@
<h2>我的择偶标准 <span>3</span>/4</h2>
@@ -61,6 +62,9 @@
value: '0',
@@ -87,6 +91,7 @@
.step-btn {
<h2>上传您的头像 <span>4</span>/4</h2>
@@ -34,7 +35,9 @@
export default {
data() {
return {
-
+ }
@@ -50,6 +53,7 @@