no message
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user