跳转党员认证
This commit is contained in:
@@ -65,6 +65,9 @@ export default {
|
||||
this.$dict.load(['clapEventStatus']).then(() => {
|
||||
this.getList()
|
||||
})
|
||||
uni.setNavigationBarTitle({
|
||||
title: '微心愿'
|
||||
})
|
||||
|
||||
uni.$on('update', () => {
|
||||
this.current = 1
|
||||
|
||||
@@ -133,6 +133,9 @@ export default {
|
||||
this.getDict()
|
||||
this.form.phone = this.user.phone
|
||||
this.form.name = this.user.realName || ''
|
||||
uni.setNavigationBarTitle({
|
||||
title: '微心愿'
|
||||
})
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user