Commit 10f1aeb0 by zujiaozhang

'修改传递的followUpId'

parent a916c3bd
......@@ -20,7 +20,7 @@ define(['zepto','medtap'],function($,medtap){
var info = res.content.wechatUser;
if(info.hasOwnProperty('userId')){
//medtap.pushWindow('index.html?wechatId=' + rukou.wechatId)
window.location.replace('index.html?wechatId=' + rukou.wechatId+rukou.followUpId)
window.location.replace('index.html?wechatId=' + rukou.wechatId +'&followUpId='+ rukou.followUpId)
}else{
window.location.replace('https://review-formal.iplusmed.com/wechatForLungCancer/dev/wechat_lung_login/login.html?wechatId=' + rukou.wechatId)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment