提交 4458d76c 编写于 作者: fxy060608's avatar fxy060608

feat(h5): document.title = navigationBarTitleText #394

上级 0d3256d8
...@@ -383,7 +383,14 @@ export default { ...@@ -383,7 +383,14 @@ export default {
return btns return btns
} }
}, },
watch: {
titleText (newVal, oldVal) {
document.title = newVal
}
},
mounted () { mounted () {
document.title = this.titleText
if (this.searchInput) { if (this.searchInput) {
const input = this.$refs.input const input = this.$refs.input
input.$watch('composing', val => { input.$watch('composing', val => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册