fix: PC-新用户首次登录没有评估次数,点击开始评估按钮,应该继续跳转到对公汇款页面

This commit is contained in:
hhm 2025-11-26 16:30:31 +08:00
parent e990b0eb68
commit 9359666805

View File

@ -37,6 +37,7 @@ async function handleStartEvaluation() {
router.push('/pages')
} else {
$message.error('剩余评估次数不足!')
router.push('/user-center/transfer')
}
} catch (err) {
console.log(err)