diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue
index 842ed737..5a8cd635 100644
--- a/src/views/homesteadSurvey/list.vue
+++ b/src/views/homesteadSurvey/list.vue
@@ -445,7 +445,7 @@
搜索
-
+
{{item.syqr}}{{item.houseDataConfirmStatus}}
@@ -2694,7 +2694,8 @@
if(response.rows.length>=0){
that.mapDataAll = response.rows;
console.log(that.mapDataAll);
- for(var hg=0; that.mapDataAll.length >0; hg++){
+ for(var hg=0; hg < that.mapDataAll.length ; hg++){
+ console.log(that.mapDataAll[hg].houseDataConfirmStatus)
var mapNum = that.mapDataAll[hg].houseDataConfirmStatus;
if(mapNum == "UNCONFIRMED"){
that.mapDataAll[hg].houseDataConfirmStatus = "未核查";
@@ -2732,17 +2733,17 @@
}
}
setTimeout(function () {
- console.log($(".searchBar_wrap").outerHeight(true) - $(".searchBar_wrap .van-search").outerHeight(true))
- that.showSearch = true ;
- var height = $(".searchBar_wrap").outerHeight(true) - $(".searchBar_wrap .van-search").outerHeight(true)
- document.styleSheets[0].insertRule(
- "@keyframes test" +
- "{" +
- "0%{bottom: -" + height + "px;}" +
- "100%{bottom: 0px;}" +
- "}"
- )
- $('.searchBar_wrap').css({'animation':'test 0.5s ease-in-out 0s 1 alternate forwards','-webkit-animation':'test 0.5s ease-in-out 0s 1 alternate forwards'});
+ that.showSearch = true ;
+ $('.searchBox').css('display','block')
+ var height = $(".searchBar_wrap").outerHeight(true) - $(".searchBar_wrap .van-search").outerHeight(true)
+ document.styleSheets[0].insertRule(
+ "@keyframes test" +
+ "{" +
+ "0%{bottom: -" + height + "px;}" +
+ "100%{bottom: 0px;}" +
+ "}"
+ )
+ $('.searchBar_wrap').css({'animation':'test 0.5s ease-in-out 0s 1 alternate forwards','-webkit-animation':'test 0.5s ease-in-out 0s 1 alternate forwards'});
//}
},500);
} else {