This commit is contained in:
wwt 2025-02-27 14:57:47 +08:00
parent 2b4e92a8c9
commit 8cedff702d

View File

@ -221,6 +221,7 @@ const router = useRouter()
const geYYtUserInfo = async () => {
const res = await getUserInfo({})
if (res.status === 0) {
balance.value = res.data.balance
if (res.data.isExist) {
// showsuccess.value = true
router.push('/success')
@ -231,7 +232,6 @@ const geYYtUserInfo = async () => {
remark.value = res.data.remark
userName.value = res.data.userName
standard.value = res.data.standard
balance.value = res.data.balance
} else {
if (res.data.isOver) {
showfail.value = true