|
@@ -17,6 +17,7 @@
|
|
|
<Cell title="手持证件照">
|
|
<Cell title="手持证件照">
|
|
|
<Image fit="contain" :src="getFileUrl(userInfo.halfbodyphotourl)" width="100" height="100" />
|
|
<Image fit="contain" :src="getFileUrl(userInfo.halfbodyphotourl)" width="100" height="100" />
|
|
|
</Cell>
|
|
</Cell>
|
|
|
|
|
+ <Cell title="实名状态" :value="getAuthStatusName(2)" />
|
|
|
</CellGroup>
|
|
</CellGroup>
|
|
|
</div>
|
|
</div>
|
|
|
<Empty description="暂无数据" v-else />
|
|
<Empty description="暂无数据" v-else />
|
|
@@ -26,6 +27,7 @@
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
|
import { shallowRef } from 'vue'
|
|
import { shallowRef } from 'vue'
|
|
|
import { CellGroup, Cell, Image, Empty } from 'vant'
|
|
import { CellGroup, Cell, Image, Empty } from 'vant'
|
|
|
|
|
+import { getAuthStatusName } from '@/constants/account'
|
|
|
import { queryWrDraftUserInfo } from '@/services/api/account'
|
|
import { queryWrDraftUserInfo } from '@/services/api/account'
|
|
|
import { useRequest } from '@/hooks/request'
|
|
import { useRequest } from '@/hooks/request'
|
|
|
import { getCertificateTypeCodeName } from '@/constants/account'
|
|
import { getCertificateTypeCodeName } from '@/constants/account'
|