Commit 7a8b3c0a by zujiaozhang

'修改论坛发布评论重复发送问题测试完成改成正式'

parent 96148249
......@@ -311,7 +311,7 @@ div.fabulous.clearfix{
z-index:30
}
.comment_btn .reply_input{
width:5.74rem;
width:5.54rem;
height:0.72rem;
float:left;
border-radius:0.08rem;
......@@ -320,7 +320,7 @@ div.fabulous.clearfix{
font-size:0.32rem;
}
.comment_btn .reply_btn{
width:1.28rem;
width:1.48rem;
height:0.72rem;
float:left;
margin-left:0.16rem;
......
......@@ -93,9 +93,7 @@
</div>
<div class="comment_btn clearfix">
<input type="text" name="" id="" value="" class="reply_input"/>
<button class="reply_btn">
发布
</button>
<button class="reply_btn">发布</button>
</div>
<div class="share_function">
<img src="../images/post_guide_png@2x.png" class="share_bg">
......
......@@ -130,9 +130,7 @@
</div>
<div class="comment_btn clearfix">
<input type="text" name="" id="" value="" class="reply_input"/>
<button class="reply_btn">
发布
</button>
<button class="reply_btn">发布</button>
</div>
<div class="share_function">
<img src="../images/post_guide_png@2x.png" class="share_bg">
......
......@@ -285,7 +285,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
} else if (detail.status.key == 1) {
} */
if (imgConsultDetail.serviceStatus.key != 3) {
if (imgConsultDetail.serviceStatus.key != '3') {
$('.footer').hide();
}
//病历id
......
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