|
@ -401,6 +401,7 @@ var toUsers = localStorage.getItem("toUser");
|
|
var curId = localStorage.getItem("id");
|
|
var curId = localStorage.getItem("id");
|
|
var toName = localStorage.getItem("toName");
|
|
var toName = localStorage.getItem("toName");
|
|
var consultCode = localStorage.getItem("consultCode");
|
|
var consultCode = localStorage.getItem("consultCode");
|
|
|
|
var article = localStorage.getItem("article");
|
|
|
|
|
|
var pageUrl = {
|
|
var pageUrl = {
|
|
/**通用跳转**/
|
|
/**通用跳转**/
|
|
@ -430,6 +431,8 @@ var pageUrl = {
|
|
"5": "../../profile/html/index.html",
|
|
"5": "../../profile/html/index.html",
|
|
/**医生指导详情**/
|
|
/**医生指导详情**/
|
|
"25":"../../yszd/html/guidance-detail.html?openid="+0+"&toUser="+toUsers+"&id="+curId+"&toName="+toName,
|
|
"25":"../../yszd/html/guidance-detail.html?openid="+0+"&toUser="+toUsers+"&id="+curId+"&toName="+toName,
|
|
|
|
// /**新的健康教育详情**/
|
|
|
|
"50":"../../jkjy/html/article2.html?dataId="+article+"&toUser="+toUsers+"&toName="+toName,
|
|
///**签约管理首页**/ "-1":"../../qygl/html/signing-doctors.html",//签约管理首页
|
|
///**签约管理首页**/ "-1":"../../qygl/html/signing-doctors.html",//签约管理首页
|
|
///**医生咨询首页**/ 1:"../../yszx/html/doctor-consultation.html",
|
|
///**医生咨询首页**/ 1:"../../yszx/html/doctor-consultation.html",
|
|
///**医生指导首页**/ 3:"../../yszd/html/doctor-guidance.html",//医生指导首页
|
|
///**医生指导首页**/ 3:"../../yszd/html/doctor-guidance.html",//医生指导首页
|