@@ -460,6 +460,9 @@ onMounted(() => {
router.push('/vip')
} else {
showVip.value = !!res
+ if (!res) {
+ showVipTips.value = !!res
+ }
}
})