市北人才赋能平台 --小程序端
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
393 B

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