This commit is contained in:
bb_pan 2025-03-19 13:24:26 +08:00
parent 664e835c2b
commit abbf34847e
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ const getList = async () => {
leaseTotal.value = res2.data.leaseTotal
rateToTal.value = res2.data.rate
} else if (currentType.value == 9 || currentType.value == 11) {
if (currentType.value == 11) {
params.isHot = true
}
// /
res = await getLeaseOnlyInfoApi(params)
} else if (currentType.value == 10) {