fix: 上线前修改

This commit is contained in:
anonymous
2025-01-09 20:27:02 +08:00
parent 7ad24e1444
commit a2a3c09731
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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,