|
@ -288,7 +288,9 @@ function querySuccess(res) {
|
|
|
if (res.status == 200) {
|
|
|
if(res.data == 0){
|
|
|
//未结束的咨询跳转去咨询页面
|
|
|
window.location.href = "../../qygl/html/sign_info.html?doctor="+doctor+"&consult="+consult;
|
|
|
// window.location.href = "../../qygl/html/sign_info.html?doctor="+doctor+"&consult="+consult;
|
|
|
var url = "../../qygl/html/sign_info.html?doctor="+doctor+"&consult="+consult;
|
|
|
window.location.replace(url);
|
|
|
}else{
|
|
|
$("#divBottom").hide();
|
|
|
$("#finish_list").hide();
|