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
307 B
9 lines
307 B
3 years ago
|
<!--miniprogram/pages/center/advice/index.wxml-->
|
||
|
<view class="container">
|
||
|
<view class="content">
|
||
|
<view class="area">
|
||
|
<textarea placeholder="请留下您的宝贵的建议反馈..." bindinput="markInput" />
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="footer" bindtap="setAdvice">提交</view>
|
||
|
</view>
|