jack 7 anni fa
parent
commit
e1e8f3cc85
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/js/searchListNew.js

+ 2 - 1
app/js/searchListNew.js

@ -56,6 +56,7 @@ var search = {
56 56
				type: oType, //HTTP请求类型
57 57
				timeout: 10000, //超时时间设置为10秒;
58 58
				traditional: true,
59
				async:false,
59 60
				success: function(data) {
60 61
					//console.log(JSON.stringify(data))
61 62
					if(data.success) {
@ -433,7 +434,7 @@ mui.plusReady(function() {
433 434
				"pageNo": pageNo
434 435
			}, "get", search.article);
435 436
		}
436
		},600)
437
		},1100)
437 438
	})
438 439

439 440
	function siblings(elm) {