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.
10 lines
388 B
10 lines
388 B
6 years ago
|
<!--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>
|