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.
17 lines
567 B
17 lines
567 B
<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" style="{{lock?'background:grey;':''}}" disabled="{{lock}}">发布</button>
|
|
</view>
|
|
</view>
|