去掉navbar
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div class="AppWalkask">
|
||||
<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">
|
||||
<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>
|
||||
@@ -128,9 +126,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
data: [],
|
||||
backgroundNavbar: {
|
||||
backgroundColor: '#3975C6',
|
||||
},
|
||||
tabList: [
|
||||
{
|
||||
name: '全部',
|
||||
|
||||
Reference in New Issue
Block a user