fix(搜索转账对象页): 适配了新年活动的对象搜索返回
This commit is contained in:
parent
45c0996116
commit
9707130164
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user