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.
11 lines
393 B
11 lines
393 B
<!--pages/topics/common/message/index.wxml-->
|
|
<view class="mian">
|
|
<view class="content-wrapper">
|
|
<view class="section">
|
|
<textarea class="textArea" value="{{textAreaString}}" bindinput="bindTextAreaInput" placeholder="有什么想留言的内容?" />
|
|
<view class="btnView">
|
|
<e-ibutton title="提交" bind:onTap="submit"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|