Преглед изворни кода

解决bug6110 【上饶i健康】患者端:从收到的咨询模板消息进入进行中的咨询详情,返回提示加载失败。

raolu пре 6 година
родитељ
комит
30d842b7f4
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      html/yszx/js/consulting-doctor.js

+ 3 - 1
html/yszx/js/consulting-doctor.js

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