Ви не можете вибрати більше 25 тем
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456 |
- <view class="page">
- <view class="page-bd">
- <textarea placeholder="请输入您的评论" class="input-content" bindinput="inputComment"></textarea>
- <view class="btn-normal" bindtap="submit">提交</view>
- </view>
- </view>
|