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.
9 lines
388 B
9 lines
388 B
<!--pages/topics/interactive/submitTopic/index.wxml-->
|
|
<view class="container">
|
|
<input class="title" bindinput="bindTextInput" placeholder="议题"></input>
|
|
<view class="line-view"></view>
|
|
<textarea class="textArea" bindinput="bindTextAreaInput" placeholder="详情内容" />
|
|
<view class="btnView">
|
|
<button class="submitBtn" bindtap="submit">提交</button>
|
|
</view>
|
|
</view>
|
|
|