跳转党员认证
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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