فهرست منبع

feat:更新经纪人端house-item

jinx 4 سال پیش
والد
کامیت
7fdc79e3ab
1فایلهای تغییر یافته به همراه8 افزوده شده و 5 حذف شده
  1. 8 5
      apps/agent/components/house-item/house-item.wxml

+ 8 - 5
apps/agent/components/house-item/house-item.wxml

@@ -9,15 +9,18 @@
     </view>
     <view class="content">
       <view class="houseinfo">
-        <view class="text-black address" >{{ house.district }}/{{ house.address }}</view>
+        <!-- <view class="text-black address" >{{ house.district }}/{{ house.address }}</view> -->
+        <view class="text-black address" >{{ house.city }}/{{ house.address }}</view>
       </view>
       <view class="tap-list" >
-      <view class="tap-item" >{{house.house_type}}</view>
-        <!-- <view class="tap-item" wx:if="{{house.vrLink}}">{{云看房}}</view> -->
-        <!-- <view class="tap-item" wx:if="{{house.vrLink}}">随时可看</view> -->
+        <!-- <view class="tap-item" wx:if="{{house.vrLink}}">云看房</view> -->
+        <!-- <view class="tap-item" wx:if="{{house.vrLink}}">云看房</view> -->
+        <!-- <view class="tap-item" wx:if="{{house.house_type}}">{{house.house_type}}</view> -->
+        <view class="tap-item">{{house.bedroomAmount}}卧{{house.showerroomAmount}}卫</view>
       </view>
     <view class="price-w">
-        <text class="price text-bold">${{ house.price/10000 }}万</text>
+        <!-- <text class="price text-bold">${{ house.price/10000 }}万</text> -->
+        <text class="price text-bold">${{ house.price /10000}}万</text>
         <!-- <text class="price-tip">{{ house.unit_price }}元/平</text> -->
       </view>
     </view>