11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
<!--pages/member/article/noticeReport/noticeReport.wxml-->
|
|
<view>
|
|
<view class="section">
|
|
<textarea class='report' maxlength="100" bindblur="bindTextAreaBlur" placeholder="请输入你举报的内容" />
|
|
<view class="btn-area">
|
|
<button type="warn" size="default" bindtap="bindButtonTap">
|
|
举报
|
|
</button>
|
|
</view>
|
|
</view>
|
|
</view> |