跳转党员认证
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<div class="approve">
|
<div class="approve">
|
||||||
<img class="icon" src="./authentication-img.png" alt="">
|
<img class="icon" src="./authentication-img.png" alt="">
|
||||||
<div class="flex">
|
<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"
|
<u-icon v-else name="arrow-right" color="#E7F2FF" size="28"
|
||||||
:label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/>
|
:label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -65,6 +65,9 @@ export default {
|
|||||||
this.$dict.load(['clapEventStatus']).then(() => {
|
this.$dict.load(['clapEventStatus']).then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
|
uni.setNavigationBarTitle({
|
||||||
|
title: '微心愿'
|
||||||
|
})
|
||||||
|
|
||||||
uni.$on('update', () => {
|
uni.$on('update', () => {
|
||||||
this.current = 1
|
this.current = 1
|
||||||
|
|||||||
@@ -133,6 +133,9 @@ export default {
|
|||||||
this.getDict()
|
this.getDict()
|
||||||
this.form.phone = this.user.phone
|
this.form.phone = this.user.phone
|
||||||
this.form.name = this.user.realName || ''
|
this.form.name = this.user.realName || ''
|
||||||
|
uni.setNavigationBarTitle({
|
||||||
|
title: '微心愿'
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user