去掉navbar
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="AppWalkask">
|
<div class="AppWalkask">
|
||||||
<template v-if="isList">
|
<template v-if="isList">
|
||||||
<u-navbar title="走访慰问" back-icon-color="#fff" title-color="#fff" title-width="300" title-size="36" :border-bottom="false" :background="backgroundNavbar"> </u-navbar>
|
|
||||||
|
|
||||||
<div class="header-top">
|
<div class="header-top">
|
||||||
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff" @change="change"></u-tabs>
|
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff" @change="change"></u-tabs>
|
||||||
</div>
|
</div>
|
||||||
@@ -128,9 +126,6 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
data: [],
|
data: [],
|
||||||
backgroundNavbar: {
|
|
||||||
backgroundColor: '#3975C6',
|
|
||||||
},
|
|
||||||
tabList: [
|
tabList: [
|
||||||
{
|
{
|
||||||
name: '全部',
|
name: '全部',
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="add">
|
<div class="add">
|
||||||
<div v-if="addList">
|
<div v-if="addList">
|
||||||
<u-navbar title="新建走访" back-icon-color="#fff" title-color="#fff" title-width="300" title-size="36" :background="backgroundNavbar"> </u-navbar>
|
|
||||||
|
|
||||||
<div class="header-description">
|
<div class="header-description">
|
||||||
<u-form :model="forms" ref="uForm" label-width="auto">
|
<u-form :model="forms" ref="uForm" label-width="auto">
|
||||||
<u-form-item label="区域选择" prop="areaId" style="position: relative">
|
<u-form-item label="区域选择" prop="areaId" style="position: relative">
|
||||||
@@ -62,9 +60,6 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
backgroundNavbar: {
|
|
||||||
backgroundColor: '#3975C6',
|
|
||||||
},
|
|
||||||
show: false,
|
show: false,
|
||||||
forms: {
|
forms: {
|
||||||
areaId: '',
|
areaId: '',
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
<u-navbar title="走访详情" back-icon-color="#fff" title-color="#fff" title-width="300" title-size="36" :border-bottom="false" :background="backgroundNavbar"> </u-navbar>
|
|
||||||
|
|
||||||
<div class="header-top">
|
<div class="header-top">
|
||||||
<div class="hint">{{ data.title }}</div>
|
<div class="hint">{{ data.title }}</div>
|
||||||
|
|
||||||
@@ -48,9 +46,6 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
data: {},
|
data: {},
|
||||||
backgroundNavbar: {
|
|
||||||
backgroundColor: '#3975C6',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="walkObject">
|
<div class="walkObject">
|
||||||
<u-navbar title="选择走访慰问对象" back-icon-color="#fff" title-color="#fff" title-width="300" title-size="36" :border-bottom="false" :background="backgroundNavbar"> </u-navbar>
|
|
||||||
|
|
||||||
<div class="header-top">
|
<div class="header-top">
|
||||||
<u-search v-model="keyword" placeholder="搜索" :show-action="false" bg-color="#F5F5F5" search-icon-color="#CCCCCC" placeholder-color="#999999" @search="handerSearch" @clear="handerClear"></u-search>
|
<u-search v-model="keyword" placeholder="搜索" :show-action="false" bg-color="#F5F5F5" search-icon-color="#CCCCCC" placeholder-color="#999999" @search="handerSearch" @clear="handerClear"></u-search>
|
||||||
</div>
|
</div>
|
||||||
@@ -53,9 +51,6 @@ export default {
|
|||||||
return {
|
return {
|
||||||
DiyList: {},
|
DiyList: {},
|
||||||
userList: {},
|
userList: {},
|
||||||
backgroundNavbar: {
|
|
||||||
backgroundColor: '#3975C6',
|
|
||||||
},
|
|
||||||
keyword: '',
|
keyword: '',
|
||||||
list: [
|
list: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user