4.6
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
<img class="icon" src="@/assets/img/apartmentDetail/consult-icon.png" />
|
||||
咨询
|
||||
</div>
|
||||
<div v-else class="full-rent">已租满</div>
|
||||
<div v-else class="full-rent flexcenter">已租满</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="type-item flexacenter" v-for="(item, index) in roomList" :key="index">
|
||||
@@ -613,6 +613,44 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
<el-dialog v-model="isInspectPop" width="600" class="inspectPop" :show-close="false">
|
||||
<!-- <div class="title-box dis-f al-item jus-x">
|
||||
点评
|
||||
<img src="@/assets/img/detail/close.png" class="close-icon" @click="isSelectSchool = false" />
|
||||
</div> -->
|
||||
<div class="type flexacenter">
|
||||
<div class="item pitch">全部 4</div>
|
||||
<div class="item">寄托实地考察 2</div>
|
||||
<div class="item">寄托回访 2</div>
|
||||
</div>
|
||||
|
||||
<div class="list">
|
||||
<div class="item flexflex" v-for="(item, index) in 10" :key="index">
|
||||
<img class="avatar" src="https://oss.x-php.com/Zvt57TuJSUvkyhw-xG7Y2l-d_Zwocn3qqsgFptxhcq_cQnrld6YjDgwVBq_D-81qNDQyOQ~~" />
|
||||
<div class="remark-content flexflex flex1">
|
||||
<div class="type flexacenter">
|
||||
<img class="image" src="@/assets/img/publicImage/return-visit.png" />
|
||||
<img class="image" src="@/assets/img/publicImage/inspect-icon.png" />
|
||||
寄托实地考察
|
||||
</div>
|
||||
<div class="username flexacenter">
|
||||
寄托方同学
|
||||
<div class="checked-in">已入住</div>
|
||||
<img class="image" src="" />
|
||||
</div>
|
||||
<div class="date">2025.3.15</div>
|
||||
<div class="text">交通和生活都非常便利,房间整洁完善,拎包入住没问题!周围五百米内,超市、购物广场及娱乐设施应有尽有。步行至地铁口仅需3分钟! 所有房间都有大窗,基本都朝南,每个房间阳光都很充足,窗外是公园。所有房间可以看到绿树,公园,很开阔,不压抑。真是非常难得的窗景! 客服小COCO24小时在线,每日提供清洁服务,妥妥的生活无忧!</div>
|
||||
<div class="media" scroll-x>
|
||||
<div class="media-item" v-for="(item, index) in 10" :key="index">
|
||||
<img class="media-img" src="https://oss.x-php.com/Zvt57TuJSUvkyhw-xG7Y2l-X9pkucH3qqsgFptxhcq_cQnrleqEnW1EdBq_D-81qNDQyOQ~~" />
|
||||
<img class="media-icon" src="@/assets/img/publicImage/video-icon.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -1283,7 +1321,8 @@ let showDistance = ref(false);
|
||||
|
||||
// 点击收藏
|
||||
const handleCollect = () => {
|
||||
api.apartmentCollection({ token }).then((res) => {
|
||||
// api.apartmentCollection({ token }).then((res) => {
|
||||
proxy.$post("https://api.gter.net/v1/apartment/collection", { token }).then((res) => {
|
||||
if (res.code != 200) return;
|
||||
const data = res.data;
|
||||
info.value.iscollect = data.status || 0;
|
||||
@@ -1389,6 +1428,8 @@ const roomCollect = (id, index) => {
|
||||
roomList.value[index].iscollection = data.status || 0;
|
||||
});
|
||||
};
|
||||
|
||||
let isInspectPop = ref(false);
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
@@ -1916,4 +1957,181 @@ const roomCollect = (id, index) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inspectPop {
|
||||
border-radius: 16px;
|
||||
overflow: hidden;
|
||||
.el-dialog__header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.el-dialog__body {
|
||||
padding: 0;
|
||||
.title-box {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
font-style: normal;
|
||||
font-size: 25px;
|
||||
line-height: 26px;
|
||||
color: #000000;
|
||||
text-align: center;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 16px;
|
||||
.close-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.type {
|
||||
padding: 20px 20px;
|
||||
border-bottom: 1px dotted #d7d7d7;
|
||||
.item {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
border-radius: 12px;
|
||||
height: 30px;
|
||||
background-color: rgba(235, 235, 235, 1);
|
||||
padding: 0 12px;
|
||||
margin-right: 15px;
|
||||
cursor: pointer;
|
||||
|
||||
&.pitch {
|
||||
background-color: rgba(249, 93, 93, 1);
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
max-height: 600px;
|
||||
overflow: auto;
|
||||
|
||||
.item {
|
||||
padding-top: 20px;
|
||||
padding-left: 20px;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px dashed #d7d7d7;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 50%;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.remark-content {
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
.type {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
height: 23px;
|
||||
background: inherit;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 78px 0 0 78px;
|
||||
padding: 0 6px;
|
||||
border: none;
|
||||
|
||||
.image {
|
||||
// width: 24px;
|
||||
height: 16px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.username {
|
||||
// font-size: 24px;
|
||||
font-size: 14px;
|
||||
// color: #333333;
|
||||
// margin-bottom: 4.5px;
|
||||
|
||||
color: #555;
|
||||
margin-right: 10px;
|
||||
// cursor: pointer;
|
||||
margin-bottom: 4px;
|
||||
.image {
|
||||
height: 20px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.checked-in {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background-color: rgba(246, 246, 246, 0);
|
||||
border: 1px solid rgba(80, 227, 194, 1);
|
||||
border-radius: 45px;
|
||||
font-size: 12px;
|
||||
color: #50e3c2;
|
||||
padding: 0 8px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.date {
|
||||
color: #a3a3a3;
|
||||
font-size: 13px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
white-space: pre-line;
|
||||
margin-bottom: 12px;
|
||||
margin-right: 13px;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.media {
|
||||
white-space: nowrap;
|
||||
overflow: auto;
|
||||
width: 512px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.media-item {
|
||||
display: inline-flex;
|
||||
margin-right: 8px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
.media-img {
|
||||
// width: 213px;
|
||||
width: 105px;
|
||||
height: 70px;
|
||||
border-radius: 8px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.media-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user