UI优化,红包领取后缺少头像,名称字段

This commit is contained in:
bobobobo
2026-01-19 23:30:08 +08:00
parent d2a22b9419
commit 651d20b909
41 changed files with 2189 additions and 1827 deletions

View File

@@ -5,8 +5,9 @@
import { getUserPayPwd } from '@/api/my-index'
import { useAuthUser } from '@/composables/useAuthUser'
import { useUI } from '@/utils/use-ui'
import { formatNumberWithWan } from '../../../utils'
const { userInfo } = useAuthUser()
const { integralData } = useAuthUser()
const { showDialog } = useUI()
const itemList = ref([])
@@ -57,7 +58,7 @@
<view class="top-card">
<view class="left-box">
<text>我的资产</text>
<text>{{ userInfo?.totalPoints }}</text>
<text>{{ formatNumberWithWan(integralData) }}</text>
</view>
<view class="right-box">
<button