complaint.wxml 206 B

123456789
  1. <van-tabs active="{{ active }}" bind:change="onChange" color ='#ab65ff'>
  2. <van-tab title="投诉">
  3. <view>投诉问题</view>
  4. </van-tab>
  5. <van-tab title="记录">内容 2</van-tab>
  6. </van-tabs>