You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<view class="remark-or-reply">
|
|
|
|
<view class="remark-content">
|
|
|
|
<textarea
|
|
|
|
maxlength="200"
|
|
|
|
value="{{textareaValue}}"
|
|
|
|
bindinput="bindTextareaValue"
|
|
|
|
placeholder="请您对议题、评论表达观点态度吧"
|
|
|
|
placeholder-class="textarea-placeholder">
|
|
|
|
</textarea>
|
|
|
|
<view class="content-num">
|
|
|
|
{{textareaValue.length}}/200
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="reply-btn">
|
|
|
|
<button hover-class="hover-button" bindtap="remarkOrReply" disabled="{{lock}}">
|
|
|
|
<image src="../../images/submit-bk.png" />
|
|
|
|
<text >发布</text>
|
|
|
|
</button>
|
|
|
|
</view>
|
|
|
|
</view>
|