抖音c端
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.

21 rivejä
961 B

  1. <view class="BoxBg">
  2. <!-- <navbar back="{{true}}" home="{{true}}" text="投诉建议" background='#FD832D' color="white"></navbar> -->
  3. <!-- <view style="height:{{navigationBarHeight}} "></view> -->
  4. <view class="Box">
  5. <view class="titleBox">
  6. <view class="title">{{"标题:"}}</view>
  7. <view class="titValueBox">
  8. <input class="titValue" placeholder="请填写投诉建议标题" bindinput="setTitVal"></input>
  9. </view>
  10. </view>
  11. <view class="describeBox">
  12. <view class="describeTitle">详情描述:</view>
  13. <view class="describeValueBox">
  14. <textarea class="describeValue" placeholder="请填写投诉建议内容,建议500字以内进行提交" maxlength="-1"
  15. bindinput="setDescrideVal"></textarea>
  16. </view>
  17. <view class="submit" bindtap="save">提交</view>
  18. </view>
  19. </view>
  20. </view>