C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
778 B

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