张文飞 3 年 前
コミット
f51f15641d
2 ファイル変更21 行追加18 行削除
  1. 18 15
      pages/homePage/homePage.vue
  2. 3 3
      pages/ownerCertification/ownerCertification.vue

+ 18 - 15
pages/homePage/homePage.vue

@@ -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>

+ 3 - 3
pages/ownerCertification/ownerCertification.vue

@@ -96,9 +96,9 @@
 			下一步
 		</view>
 		<dmAgreeement ref='agreement' @agree='agreeXieyi'></dmAgreeement>
-		<dmPickerView ref="genderPicker" :options="genderList" :value="gender" @confirm="confirm" title="筛选时间维度"></dmPickerView>
-	    <dmPickerView ref="housePicker" :options="houseList" :value="houseId" @confirm="houseConfirm" title="筛选时间维度"></dmPickerView>
-	    <dmPickerView ref="certificateTypePicker" :options="certificateTypeList" :value="certificateType" @confirm="certificateTypeConfirm" title="筛选时间维度"></dmPickerView>
+		<dmPickerView ref="genderPicker" :options="genderList" :value="gender" @confirm="confirm" title="性别"></dmPickerView>
+	    <dmPickerView ref="housePicker" :options="houseList" :value="houseId" @confirm="houseConfirm" title="认证项目"></dmPickerView>
+	    <dmPickerView ref="certificateTypePicker" :options="certificateTypeList" :value="certificateType" @confirm="certificateTypeConfirm" title="证件类型"></dmPickerView>
 	    <login-notice></login-notice>
 	    <login></login>
 	</view>