- <navbar back="{{true}}" home="{{true}}" text="投诉建议" background='#FD832D' color="white"></navbar>
 - <view style="height:{{navigationBarHeight}} "></view>
 - <view class="Box">
 -   <view class="titleBox">
 -     <view class="title">{{"标题:"}}</view>
 -     <view class="titValueBox">
 -       <input class="titValue" placeholder="请填写投诉建议标题" bindinput="setTitVal"></input>
 -     </view>
 -   </view>
 -   <view class="describeBox">
 -     <view class="describeTitle">详情描述:</view>
 -     <view class="describeValueBox">
 -       <textarea class="describeValue" placeholder="请填写投诉建议内容,建议500字以内进行提交" maxlength="-1" bindinput="setDescrideVal" ></textarea>
 -     </view>
 -     <view class="submit" bindtap="save">提交</view>
 -   </view>
 - </view>
 
 
  |