Commit a2747a74 by 冷斌

fix bug

parent 9a8b8d6d
...@@ -26,14 +26,16 @@ ...@@ -26,14 +26,16 @@
<div>下一篇:没有了</div> <div>下一篇:没有了</div>
<php>} </php> <php>} </php>
</div> </div>
<if condition="$switch eq 0">
<if condition="false and $switch eq 0">
<form> <form>
<div class="item border"><textarea class="form-textlength" name="content" id="content" placeholder="说说自己的看法..." hidefocus="true" maxlength="140" model-args='t=comment' onKeyup=checklenth(this) onKeyDown=checklenth(this)></textarea></div> <div class="item border"><textarea class="form-textlength" name="content" id="content" placeholder="说说自己的看法..." hidefocus="true" maxlength="140" model-args='t=comment' onKeyup=checklenth(this) onKeyDown=checklenth(this)></textarea></div>
<div class="item t-right"><span>可以输入140个字</span><button type="button" onclick="huifuBang(this,{$data.id})">评论</button></div> <div class="item t-right"><span>可以输入140个字</span><button type="button" onclick="huifuBang(this,{$data.id})">评论</button></div>
</form> </form>
</if> </if>
</div> </div>
<php>if(!empty($comment_data['data'])){</php> <php>if(false && !empty($comment_data['data'])){</php>
<div class="classmain-bd bgw"> <div class="classmain-bd bgw">
<foreach name="comment_data.data" item="cl"> <foreach name="comment_data.data" item="cl">
<div class="classmain_con"> <div class="classmain_con">
......
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