fix: 卡槽-钱包
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 49s

This commit is contained in:
sexygoat
2026-05-06 10:41:45 +08:00
parent 5f832f26b7
commit ce7e2152b1

View File

@@ -1,9 +1,9 @@
<template> <template>
<view class="card user-info-card interactive"> <view class="card user-info-card interactive">
<view class="flex-row-g20"> <view class="flex-row-g20">
<view class="user-avatar"> <!-- <view class="user-avatar">
<image :src="avatarUrl" mode="aspectFill" alt="用户头像" /> <image :src="avatarUrl" mode="aspectFill" alt="用户头像" />
</view> </view> -->
<view class="user-details flex-col-g8"> <view class="user-details flex-col-g8">
<view class="flex-row-g20"> <view class="flex-row-g20">
<view class="title">{{ currentCardNo || '-' }}</view> <view class="title">{{ currentCardNo || '-' }}</view>