fix: PC-新用户首次登录没有评估次数,点击开始评估按钮,应该继续跳转到对公汇款页面
This commit is contained in:
parent
e990b0eb68
commit
9359666805
@ -37,6 +37,7 @@ async function handleStartEvaluation() {
|
||||
router.push('/pages')
|
||||
} else {
|
||||
$message.error('剩余评估次数不足!')
|
||||
router.push('/user-center/transfer')
|
||||
}
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user