jack 7 years ago
parent
commit
42dd8d37d9
1 changed files with 8 additions and 1 deletions
  1. 8 1
      app/js/searchListNew2.js

+ 8 - 1
app/js/searchListNew2.js

672
		mui("#list").on("tap", "li", function() {
672
		mui("#list").on("tap", "li", function() {
673
			var id = this.getAttribute("data-id");
673
			var id = this.getAttribute("data-id");
674
			plus.nativeUI.showWaiting(); //显示原生等待框
674
			plus.nativeUI.showWaiting(); //显示原生等待框
675
			plus.webview.create("../html/proinforbrow.html", 'proinforbrow.html', {}, {
675
			plus.webview.create("../html/userInforShow.html", 'userInforShow.html', {}, {
676
				proid: id
676
				proid: id
677
			});
677
			});
678
		})
678
		})
716
				id: id
716
				id: id
717
			});
717
			});
718
		})
718
		})
719
		mui("#companyList").on("tap", "li", function() {
720
			var id = this.getAttribute("data-id");
721
			plus.nativeUI.showWaiting();
722
			plus.webview.create("../html/cmpInforShow.html", 'cmpInforShow.html', {}, {
723
				id: id
724
			});
725
		})
719
		//找专家搜索条件及自定义事件
726
		//找专家搜索条件及自定义事件
720
		document.getElementById("sele").addEventListener("tap", function() {
727
		document.getElementById("sele").addEventListener("tap", function() {
721
			search.createWin();
728
			search.createWin();