document.title

This commit is contained in:
花有清香月有阴
2021-12-24 14:07:24 +08:00
parent 746f297947
commit 4651151cd1
2 changed files with 5 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ export default {
},
watch: {},
onLoad(o) {
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
document.title = '婚丧嫁娶'
if (o.indexTabs) {
this.currentTabs = o.indexTabs
this.getList()