修复bug

This commit is contained in:
zhouyanli
2026-08-01 18:10:56 +08:00
parent f74fb33e11
commit 2010c63d70
7 changed files with 107 additions and 47 deletions

View File

@@ -147,7 +147,7 @@
try {
const res = await setMyHouseDefault({
houseId: i.houseId
houseId: e.detail.value ? i.houseId : ''
})
const data = res
if (data.code === 200) {
@@ -171,7 +171,6 @@
title: err.msg,
icon: 'none'
})
console.error('列表接口报错:', err)
}
}