no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-05-15 17:32:47 +08:00
parent d201c8892f
commit d3d3542822
7 changed files with 374 additions and 60 deletions

View File

@@ -10,13 +10,13 @@
<img v-if="item.selection" class="gter-select" src="@/assets/img/publicImage/gter-select.png" />
<div class="name flexflex">{{ item.title }}</div>
<img class="img" v-lazy="item['image']" @load="loadload" />
<div class="apartment-introduce flexacenter">
<!-- <div class="apartment-introduce flexacenter">
<div class="remark-on flexacenter">
<img class="fang-icon" src="https://oss.x-php.com/Zvt57TuJSUvkyhw-xG7Y2l-d_Zwocn3qqsgFptxhcq_cQnrld6YjDgwVBq_D-81qNDQyOQ~~" />
方同学点评
</div>
<div class="remark-text flex1 ellipsis">交通和生活都非常便利房间整洁完善交通和生活都非常便利房间整洁完善交通和生活都非常便利房间整洁完善</div>
</div>
</div> -->
</div>
<div class="label-list flexacenter">
<div class="label-item flexacenter blue">
@@ -326,7 +326,7 @@ const loadload = () => {
}
.distance {
padding: 0 12px 12px 29px;
padding: 0 1px 12px 29px;
border-bottom: 1px dotted #d7d7d7;
.figure {
font-size: 14px;
@@ -361,9 +361,12 @@ const loadload = () => {
border-radius: 30px;
font-size: 12px;
color: #333333;
padding: 0 8px;
margin-right: 6px;
padding: 0 6px;
margin-bottom: 5px;
&:not(:last-of-type) {
margin-right: 6px;
}
.vehicle-icon {
width: 14px;

View File

@@ -199,7 +199,7 @@ watch(() => props.item.status, (newValue, oldValue) => {
stateData.value = stateObj[data.status]
})
const cancelCollection = token => emit('cancelCollection', { token, index: props['index'] })
const cancelCollection = token => emit('cancelCollection', { token })
// 点击跳转详情页
const goDetail = status => {