.
This commit is contained in:
parent
1417615fcd
commit
84ee6fbbc9
@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<custom-nav-bar :left="true" :title="title" />
|
||||
<view>
|
||||
<uni-card class="view-title" :title="title">
|
||||
<text class="uni-body view-content">{{ content }}</text>
|
||||
@ -17,9 +18,9 @@
|
||||
onLoad(options) {
|
||||
this.title = options.title
|
||||
this.content = options.content
|
||||
uni.setNavigationBarTitle({
|
||||
title: options.title
|
||||
})
|
||||
// uni.setNavigationBarTitle({
|
||||
// title: options.title
|
||||
// })
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user