公寓详情加转租
This commit is contained in:
BIN
src/assets/img/apartmentDetail/sublet-icon.png
Normal file
BIN
src/assets/img/apartmentDetail/sublet-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user