luogua 1 год назад
Родитель
Сommit
0f97834ba0
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      src/main/webapp/mobile/index.jsp

+ 6 - 1
src/main/webapp/mobile/index.jsp

@@ -640,7 +640,11 @@
   <script type="text/javascript">
 function search(){
 	let code = $("#code").val();
-
+	$("#sendTime").html('');
+	$("#kehuName").html('');
+	$("#saleLocation").html('');
+	$("#pinxiang").html('');
+	$("#status").html("")
 	if(!code){
 		msg("请输入数码");
 		return;
@@ -651,6 +655,7 @@ function search(){
 		url:"${ctx}/mobile/search",
 		data:{code:code,latitude:latitude,longitude:longitude},
 		success:function(res){
+
 			hide();
 			if(res.status){
 				$("#searchResult").show();