去掉navbar

This commit is contained in:
花有清香月有阴
2021-12-15 09:39:48 +08:00
parent 907d04784c
commit ff96cfcab4
4 changed files with 0 additions and 20 deletions

View File

@@ -1,8 +1,6 @@
<template>
<div class="add">
<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">
<u-form :model="forms" ref="uForm" label-width="auto">
<u-form-item label="区域选择" prop="areaId" style="position: relative">
@@ -62,9 +60,6 @@ export default {
},
data() {
return {
backgroundNavbar: {
backgroundColor: '#3975C6',
},
show: false,
forms: {
areaId: '',