公寓详情加转租

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-03 16:35:49 +08:00
parent 338e0bb53e
commit 5a03256d15
72 changed files with 209 additions and 55 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -803,6 +803,11 @@ const costArr = [
name: "房间清洁",
img: "clean-icon.png",
},
{
tab: "sublet",
name: "转租",
img: "sublet-icon.png",
},
];
// 公寓设施
@@ -917,6 +922,8 @@ const init = () => {
facilitylist.value = list;
}
// data.info.feedescription['sublet'] = data.info.feedescription['clean']
const feedescription = data.info.feedescription;
if (feedescription) {
let list = [];