diff --git a/pages/Index/components/ShopPage/index.vue b/pages/Index/components/ShopPage/index.vue index ce2d1ab..4641293 100644 --- a/pages/Index/components/ShopPage/index.vue +++ b/pages/Index/components/ShopPage/index.vue @@ -142,8 +142,10 @@ :key="item.id" class="waterfall-item" @click="navTo('/pages/Room/index?id='+item.id)" - :class="{gray:item.is_vacant===2}" > + + 租赁中 + @@ -184,8 +186,12 @@ :key="item.id" class="waterfall-item" @click="navTo('/pages/Room/index?id='+item.id)" - :class="{gray:item.is_vacant===2}" + > + + + 租赁中 + @@ -928,7 +934,7 @@ export default { background-color: #fff; border-radius: 20rpx; margin-bottom: 16rpx; - + position: relative; .waterfall-item-body { padding: 18rpx 16rpx; diff --git a/pages/User/edit.vue b/pages/User/edit.vue index 88607eb..9dd2051 100644 --- a/pages/User/edit.vue +++ b/pages/User/edit.vue @@ -147,7 +147,6 @@ label="职业分类" prop="userInfo.position" borderBottom - > { userEdit(this.model.userInfo).then((res) => { if(res.code === 200){