fix: 上线前修改
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<NavBar />
|
||||
<template v-if="userStore.userInfo?.banknum">
|
||||
<view class="main-container w-345 h-185 mx-auto rounded-14 px-20 pt-70 text-12">
|
||||
<Avatar class="absolute right-45 top-100 w-70 h-70" />
|
||||
<view>姓名:{{ userStore.userInfo?.realname }}</view>
|
||||
<view class="mt-10">社会保障号码:{{ userStore.userInfo?.banknum.substring(0, 4) }}</view>
|
||||
<view class="mt-15">中国工商银行卡号</view>
|
||||
@@ -102,6 +103,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import Avatar from '@/components/Avatar.vue'
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import {
|
||||
downloadAppAPI,
|
||||
|
||||
Reference in New Issue
Block a user