去掉navbar
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<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="hint">{{ data.title }}</div>
|
||||
|
||||
@@ -48,9 +46,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
data: {},
|
||||
backgroundNavbar: {
|
||||
backgroundColor: '#3975C6',
|
||||
},
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
|
||||
Reference in New Issue
Block a user