document.title
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: { ...mapState(['user']) },
|
computed: { ...mapState(['user']) },
|
||||||
onLoad() {
|
onLoad() {
|
||||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
document.title = '婚丧嫁娶'
|
||||||
this.$dict.load('marriageType', 'modeType')
|
this.$dict.load('marriageType', 'modeType')
|
||||||
this.forms.areaId = this.user.areaId
|
this.forms.areaId = this.user.areaId
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ export default {
|
|||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
uni.setNavigationBarTitle({ title: '婚丧嫁娶' })
|
document.title = '婚丧嫁娶'
|
||||||
if (o.indexTabs) {
|
if (o.indexTabs) {
|
||||||
this.currentTabs = o.indexTabs
|
this.currentTabs = o.indexTabs
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
Reference in New Issue
Block a user