|
@@ -181,23 +181,26 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="list_item" v-for="(item,index) in houseList" :key='index'>
|
|
|
- <image class="house_img" :src="item.image" mode="aspectFill"></image>
|
|
|
- <view class="item_content" @click="goDetailAction(item,1)">
|
|
|
- <text class="house_name">{{item.name}}</text>
|
|
|
- <view class="house_hk" v-if="item.taskCategory">
|
|
|
- <text class="house_hk_" v-for="(item1,index1) in item.taskCategory" :key='index1'>{{item1.category}} ¥{{item1.unitPrice}}/人</text>
|
|
|
- </view>
|
|
|
- <text class="house_hk" v-else></text>
|
|
|
- <view class="house_address">
|
|
|
- <image src="https://dm.static.elab-plus.com/yezhu/icon_location.png" mode=""></image>
|
|
|
- <text style="width: 100%;">{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}元/m² {{item.bizFormat?'· '+item.bizFormat:''}}</text>
|
|
|
- </view>
|
|
|
- <view class="house_num">
|
|
|
- <image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
|
|
|
- <text style="width: 100%;">{{item.projectLayout}}</text>
|
|
|
+ <view class="list_item" @click="goDetailAction(item,1)">
|
|
|
+ <image class="house_img" :src="item.image" mode="aspectFill"></image>
|
|
|
+ <view class="item_content" >
|
|
|
+ <text class="house_name">{{item.name}}</text>
|
|
|
+ <view class="house_hk" v-if="item.taskCategory">
|
|
|
+ <text class="house_hk_" v-for="(item1,index1) in item.taskCategory" :key='index1'>{{item1.category}} ¥{{item1.unitPrice}}/人</text>
|
|
|
+ </view>
|
|
|
+ <text class="house_hk" v-else></text>
|
|
|
+ <view class="house_address">
|
|
|
+ <image src="https://dm.static.elab-plus.com/yezhu/icon_location.png" mode=""></image>
|
|
|
+ <text style="width: 100%;">{{item.city}} · {{item.minPrice}}-{{item.maxPrice}}元/m² {{item.bizFormat?'· '+item.bizFormat:''}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="house_num">
|
|
|
+ <image src="https://dm.static.elab-plus.com/yezhu/icon_family.png" mode=""></image>
|
|
|
+ <text style="width: 100%;">{{item.projectLayout}}</text>
|
|
|
+ </view>
|
|
|
+ <text class="house_desc">{{item.shareRemark}}</text>
|
|
|
</view>
|
|
|
- <text class="house_desc">{{item.shareRemark}}</text>
|
|
|
</view>
|
|
|
+
|
|
|
<view class="item_share" @click="toShareCard(item.projectId,2)">
|
|
|
<image class="icon_share" src="https://dm.static.elab-plus.com/yezhu/icon_small_share.png"
|
|
|
mode=""></image>
|