fix(搜索转账对象页): 适配了新年活动的对象搜索返回

This commit is contained in:
hzj 2026-01-01 13:41:43 +08:00
parent 45c0996116
commit 9707130164

View File

@ -343,7 +343,7 @@ const Confirm = async () => {
setSelectedPayee({ ...selectedUser.value })
// availableIncome
if (route.query) {
if (Object.keys(route.query).length>0 ) {
console.log('route.query:', route.query)
try {