家政小程序
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.

index.wxml 243B

123456
  1. <view class="page">
  2. <view class="page-bd">
  3. <textarea placeholder="请输入您的评论" class="input-content" bindinput="inputComment"></textarea>
  4. <view class="btn-normal" bindtap="submit">提交</view>
  5. </view>
  6. </view>