瀏覽代碼

ios 搜索中

wangshan 5 年之前
父節點
當前提交
26b3ef770d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"
 				}