jack 7 anni fa
parent
commit
42dd8d37d9
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8 1
      app/js/searchListNew2.js

+ 8 - 1
app/js/searchListNew2.js

@ -672,7 +672,7 @@ mui.ready(function() {
672 672
		mui("#list").on("tap", "li", function() {
673 673
			var id = this.getAttribute("data-id");
674 674
			plus.nativeUI.showWaiting(); //显示原生等待框
675
			plus.webview.create("../html/proinforbrow.html", 'proinforbrow.html', {}, {
675
			plus.webview.create("../html/userInforShow.html", 'userInforShow.html', {}, {
676 676
				proid: id
677 677
			});
678 678
		})
@ -716,6 +716,13 @@ mui.ready(function() {
716 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 727
		document.getElementById("sele").addEventListener("tap", function() {
721 728
			search.createWin();