Commit a2747a74 by 冷斌

fix bug

parent 9a8b8d6d
......@@ -26,14 +26,16 @@
<div>下一篇:没有了</div>
<php>} </php>
</div>
<if condition="$switch eq 0">
<if condition="false and $switch eq 0">
<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 t-right"><span>可以输入140个字</span><button type="button" onclick="huifuBang(this,{$data.id})">评论</button></div>
</form>
</if>
</div>
<php>if(!empty($comment_data['data'])){</php>
<php>if(false && !empty($comment_data['data'])){</php>
<div class="classmain-bd bgw">
<foreach name="comment_data.data" item="cl">
<div class="classmain_con">
......@@ -436,4 +438,4 @@
}
};
</script>
<include file="__THEME__/public_footer_w3g"/>
\ No newline at end of file
<include file="__THEME__/public_footer_w3g"/>
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