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

This commit is contained in:
sexygoat
2026-05-06 10:26:05 +08:00
parent 9fadbd297b
commit d6a9693482
3 changed files with 7 additions and 3 deletions

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) {