跳转党员认证

This commit is contained in:
shijingjing
2022-11-16 10:54:53 +08:00
parent cf4c09beb2
commit 3e9a951b5e
3 changed files with 7 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ export default {
this.$dict.load(['clapEventStatus']).then(() => {
this.getList()
})
uni.setNavigationBarTitle({
title: '微心愿'
})
uni.$on('update', () => {
this.current = 1

View File

@@ -133,6 +133,9 @@ export default {
this.getDict()
this.form.phone = this.user.phone
this.form.name = this.user.realName || ''
uni.setNavigationBarTitle({
title: '微心愿'
})
},
methods: {