|
@ -434,11 +434,14 @@ mui.plusReady(function() {
|
434
|
434
|
|
435
|
435
|
var dataCap = this.getAttribute("dataCaption");
|
436
|
436
|
plus.nativeUI.showWaiting();
|
437
|
|
plus.webview.close("researchAreaHead.html");
|
438
|
|
plus.webview.create("../html/researchAreaHead.html", 'researchAreaHead.html', {}, {
|
439
|
|
dataCaption: dataCap,
|
440
|
|
professorId:proId
|
|
437
|
plus.webview.close("researchAreaHead.html");
|
|
438
|
setTimeout(function(){
|
|
439
|
plus.webview.create("../html/researchAreaHead.html", 'researchAreaHead.html', {}, {
|
|
440
|
dataCaption: dataCap,
|
|
441
|
professorId:proId
|
441
|
442
|
});
|
|
443
|
},500);
|
|
444
|
|
442
|
445
|
|
443
|
446
|
});
|
444
|
447
|
/*咨询成功,返回专家信息*/
|