|
@ -33,7 +33,7 @@ $(document).ready(function() {
|
33
|
33
|
} else if($data.demandAim == 3) {
|
34
|
34
|
oDemandAim = "其他咨询"
|
35
|
35
|
}
|
36
|
|
$("#dialog_consultType").text(oDemandAim);
|
|
36
|
$("#dialt").text(oDemandAim);
|
37
|
37
|
$("#dialog_consultContent").text($data.demandContent);
|
38
|
38
|
$("#nameS").text($data.professor.name);
|
39
|
39
|
if($data.professor.hasHeadImage == 1) {
|
|
@ -56,6 +56,9 @@ $(document).ready(function() {
|
56
|
56
|
var oString = todStr($data.professor.title, $data.professor.office, $data.professor.department);
|
57
|
57
|
$("#offt").text(oString);
|
58
|
58
|
consuId = $data.professor.id;
|
|
59
|
if(userid==$data.professor.id){
|
|
60
|
$(".basicBtn").hide();
|
|
61
|
}
|
59
|
62
|
demandTitle = $data.demandTitle;
|
60
|
63
|
demandContent = $data.demandContent;
|
61
|
64
|
demandType = $data.demandAim
|