wangshan 5 anni fa
parent
commit
26b3ef770d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/web/templates/weixin/search/mainSearch.html

+ 1 - 0
src/web/templates/weixin/search/mainSearch.html

@@ -161,6 +161,7 @@
 			dataType: "json",
 			success: function(data){
 				if(data._id!=""){
+					$(".loading_").hide();
 					window.location.href="/weixin/pay/dataexport?id="+data._id+"&source=d"
 					//window.location.href="/front/pay/redirect?id="+data._id+"&source=d"
 				}