feat(选择转账对象页): 更新页面跳转方式

This commit is contained in:
hzj 2025-10-13 11:45:28 +08:00
parent 332036ea28
commit f7829e51df

View File

@ -356,7 +356,8 @@ const selectUser = (user) => {
})
// Transfer
router.push('/transfer')
// router.push('/transfer')
router.go(-1)
}
//