|
|
|
@ -142,8 +142,10 @@
|
|
|
|
|
:key="item.id" |
|
|
|
|
class="waterfall-item" |
|
|
|
|
@click="navTo('/pages/Room/index?id='+item.id)" |
|
|
|
|
:class="{gray:item.is_vacant===2}" |
|
|
|
|
> |
|
|
|
|
<view class="" style="position:absolute;right:0;top:0;padding:10rpx;background-color: darkred;color:#fff;border-radius:5rpx;z-index: 999;" v-if="item.is_vacant === 2"> |
|
|
|
|
租赁中 |
|
|
|
|
</view> |
|
|
|
|
<view class="waterfall-item-image"> |
|
|
|
|
<u-image :src="item.cover" mode="widthFix" width="100%"></u-image> |
|
|
|
|
</view> |
|
|
|
@ -184,8 +186,12 @@
|
|
|
|
|
:key="item.id" |
|
|
|
|
class="waterfall-item" |
|
|
|
|
@click="navTo('/pages/Room/index?id='+item.id)" |
|
|
|
|
:class="{gray:item.is_vacant===2}" |
|
|
|
|
|
|
|
|
|
> |
|
|
|
|
<!-- :class="{gray:item.is_vacant===2}"--> |
|
|
|
|
<view class="" style="position:absolute;right:0;top:0;padding:10rpx;background-color: darkred;color:#fff;border-radius:5rpx;z-index: 999;" v-if="item.is_vacant === 2"> |
|
|
|
|
租赁中 |
|
|
|
|
</view> |
|
|
|
|
<view class="waterfall-item-image"> |
|
|
|
|
<u-image :src="item.cover" mode="widthFix" width="100%"></u-image> |
|
|
|
|
</view> |
|
|
|
@ -928,7 +934,7 @@ export default {
|
|
|
|
|
background-color: #fff; |
|
|
|
|
border-radius: 20rpx; |
|
|
|
|
margin-bottom: 16rpx; |
|
|
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
.waterfall-item-body { |
|
|
|
|
padding: 18rpx 16rpx; |
|
|
|
|
|
|
|
|
|