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.
12 lines
377 B
12 lines
377 B
6 years ago
|
<!--pages/topics/common/message/index.wxml-->
|
||
|
<view class="mian">
|
||
|
<view class="content-wrapper">
|
||
|
<view class="section">
|
||
|
<textarea class="textArea" bindinput="bindTextAreaInput" placeholder="有什么想留言的内容?" />
|
||
|
<view class="btnView">
|
||
|
<button class="submitBtn" bindtap="submit">提交</button>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|