去掉navbar
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<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">
|
||||
<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>
|
||||
@@ -53,9 +51,6 @@ export default {
|
||||
return {
|
||||
DiyList: {},
|
||||
userList: {},
|
||||
backgroundNavbar: {
|
||||
backgroundColor: '#3975C6',
|
||||
},
|
||||
keyword: '',
|
||||
list: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user