From b22f4b383c588af3647ec27a3ae712ae56865494 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Mon, 28 Feb 2022 17:32:37 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=98=E5=9B=BE=E5=BC=B9=E7=AA=97=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/homesteadSurvey/list.vue | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
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 {