diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue
index bd19b8f8..879c8437 100644
--- a/src/views/homestead/index.vue
+++ b/src/views/homestead/index.vue
@@ -435,14 +435,14 @@
-
![]()
+
现
状
图
片
-
![]()
+
历
史
图
片
@@ -726,25 +726,33 @@
-
上传历史图片
+
上传现状图片
+ >
+
+
![等待传图]()
+
+
-
上传现状图片
+
上传历史图片
+ >
+
+
![等待传图]()
+
+
@@ -915,25 +923,33 @@
-
上传历史图片
+
上传现状图片
+ >
+
+
![等待传图]()
+
+
-
上传现状图片
+
上传历史图片
+ >
+
+
![等待传图]()
+
+
@@ -1244,11 +1260,14 @@ export default {
addNewPlot(type) {
this.farmlandEditSwitchVisbuleFun("hide");
this.landHomesteadEditVisbileFun("show");
-
//farmhouse农房 land农地
if (type == "farmhouse") {
this.farmhouseStatus = 0;
+ this.houseInfoList.behindHouse =null;
+ this.houseInfoList.frontHouse =null;
} else if (type == "land") {
+ this.landInfoList.frontland =null;
+ this.landInfoList.behindland =null;
this.farmhouseStatus = 1;
}
},
@@ -4119,8 +4138,8 @@ export default {
center no-repeat;
background-size: 90% auto;
img {
- width: 100%;
- height: 100%;
+ width: 98%;
+ height: 90%;
}
}
.describe {