fix bug
This commit is contained in:
parent
2b4e92a8c9
commit
8cedff702d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user