Commit d98af351 by zujiaozhang

'修改后天编辑后出现undefined问题'

parent 7e0147dc
...@@ -74,16 +74,16 @@ define(['zepto', 'medtap','../javaScript/beforeSubmitForLung.js'], function($, m ...@@ -74,16 +74,16 @@ define(['zepto', 'medtap','../javaScript/beforeSubmitForLung.js'], function($, m
// 点击加入社区 // 点击加入社区
$('.join_now').on('click',function(){ $('.join_now').on('click',function(){
if(card.userId){ if(card.userId){
medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/dev/medtap_bbs_lung/index.html?wechatId=' + card.wechatId) medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/prd/medtap_bbs_lung/index.html?wechatId=' + card.wechatId)
}else{ }else{
medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/dev/wechat_lung_login/login.html?wechatId=' + card.wechatId +'&toBBS=1') medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/prd/wechat_lung_login/login.html?wechatId=' + card.wechatId +'&toBBS=1')
} }
}) })
$('.top_tip_blue').on('click',function(){ $('.top_tip_blue').on('click',function(){
if(card.userId){ if(card.userId){
medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/dev/medtap_bbs_lung/index.html?wechatId=' + card.wechatId) medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/prd/medtap_bbs_lung/index.html?wechatId=' + card.wechatId)
}else{ }else{
medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/dev/wechat_lung_login/login.html?wechatId=' + card.wechatId +'&toBBS=1') medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/prd/wechat_lung_login/login.html?wechatId=' + card.wechatId +'&toBBS=1')
} }
}) })
}, },
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
</head> </head>
<body> <body>
<div id="content_bg"> <div id="content_bg">
<button class="fill_write">开始填写</button> <button class="fill_write">开始填写</button>
<div class="mouth_title"><span></span></div> <div class="mouth_title"><span></span></div>
</div> </div>
......
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