setNavigationBarTitle
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
</template>
|
||||
|
||||
<TagManage v-if="showTagManage" />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -101,6 +100,9 @@ export default {
|
||||
showTagManage: false,
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '添加标签' })
|
||||
},
|
||||
computed: {
|
||||
tagsList() {
|
||||
let obj = {}
|
||||
|
||||
Reference in New Issue
Block a user