党员认证
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<div class="partyAuthSuccess">
|
||||
<template v-if="isSuccess">
|
||||
<image src="https://cdn.cunwuyun.cn/img/authSuccess.png"/>
|
||||
<!-- <image src="https://cdn.cunwuyun.cn/img/authSuccess.png"/> -->
|
||||
<image src="./img/success.png"/>
|
||||
<h2 v-text="`认证成功!`"/>
|
||||
<div class="btn" @click="gotoInfo" v-text="`前往查看`"/>
|
||||
</template>
|
||||
@@ -44,11 +45,11 @@ export default {
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
isSuccess() {
|
||||
return this.user.status == 2
|
||||
},
|
||||
isFail() {
|
||||
return this.user.status == "0"
|
||||
return this.user.partyStatusForWX == 0
|
||||
},
|
||||
// isFail() {
|
||||
// return this.user.partyStatusForWX == 0
|
||||
// },
|
||||
authFail() {
|
||||
return this.user.status == -1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user