修复bug
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user