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

This commit is contained in:
sexygoat
2026-05-06 10:40:23 +08:00
parent d6a9693482
commit 5f832f26b7

View File

@@ -137,7 +137,7 @@
const emit = defineEmits(['enter', 'sync']);
const walletText = computed(() => '钱包('+'¥'+ (props.walletBalance ?? 0) + ')');
const walletText = computed(() => '钱包 ('+ (props.walletBalance ?? 0) + ')');
const handleBindPhone = () => {
if (props.alreadyBindPhone) {