|
@ -56,7 +56,7 @@ var fuwujilu = {
|
|
if(jsonData.status == "0"){
|
|
if(jsonData.status == "0"){
|
|
//进行中的咨询
|
|
//进行中的咨询
|
|
var parent = window.parent;
|
|
var parent = window.parent;
|
|
parent.clickTab(1);
|
|
|
|
|
|
parent.clickTab(0);
|
|
}else{
|
|
}else{
|
|
//已结束的咨询
|
|
//已结束的咨询
|
|
direct = "../../yszx/html/consulting-doctor.html?consult="+jsonData.consult+"&type=1&toUser="+rep+"&doctor=null"
|
|
direct = "../../yszx/html/consulting-doctor.html?consult="+jsonData.consult+"&type=1&toUser="+rep+"&doctor=null"
|