|
@ -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();
|