Browse Source

干掉跳转房屋详情 立方改平方

master
mk 2 months ago
parent
commit
952f2fee15
  1. 2
      src/views/showings/components/HouseList.vue
  2. 2
      src/views/showings/houseDetail.vue

2
src/views/showings/components/HouseList.vue

@ -93,7 +93,7 @@ const getLabel = (tag) => {
};
const toHouseDetail = (e) => {
console.log(e);
router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } })
// router.push({ path: '/houseDetail', query: { deptId: e.apartmentId, id: e.houseTypeId } })
}
</script>
<style scoped>

2
src/views/showings/houseDetail.vue

@ -55,7 +55,7 @@
<div class=" font-bold text-red-700 ">
{{ houseDetail.roomCount }}{{ houseDetail.livingRoomCount }}{{ houseDetail.bathroomCount }}</div>
<div class=" pl-7">面积:</div>
<div class="font-bold text-red-700 ">125m³</div>
<div class="font-bold text-red-700 ">125m²</div>
</div>
<div class="pt-3">
<div class="text-xl font-bold ">房屋设施</div>

Loading…
Cancel
Save