跳转党员认证

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

@@ -27,7 +27,7 @@
<div class="approve">
<img class="icon" src="./authentication-img.png" alt="">
<div class="flex">
<span class="cert" v-if="isApprove" v-text="approveLabel" @click="$linkTo('/mods/AppAuth/AppAuth')"/>
<span class="cert" v-if="isApprove" v-text="approveLabel" @click="$linkTo('../AppPartyAuth/AppPartyAuth')"/>
<u-icon v-else name="arrow-right" color="#E7F2FF" size="28"
:label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/>
</div>

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: {