manageComplaint.wxml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!--pages/manageComplaint/manageComplaint.wxml-->
  2. <view class="handleComplaintWrapper">
  3. <view class="handleComplaint" bindtap="toManageComplaintDetail">
  4. <view>
  5. <text>投诉号</text>
  6. <text class="complaintNum">xxx</text>
  7. </view>
  8. <view class="complaintDateStatus">
  9. <view>
  10. <text>日期</text>
  11. <text class="complaintDate">2023-01-03</text>
  12. </view>
  13. <view class="handleStatus">
  14. <text>状态</text>
  15. <text class="complaintStatus">处理中</text>
  16. </view>
  17. </view>
  18. </view>
  19. <view class="handleComplaint" bindtap="toManageComplaintDetail">
  20. <view>
  21. <text>投诉号</text>
  22. <text class="complaintNum">xxx</text>
  23. </view>
  24. <view class="complaintDateStatus">
  25. <view>
  26. <text>日期</text>
  27. <text class="complaintDate">2023-01-03</text>
  28. </view>
  29. <view class="handleStatus">
  30. <text>状态</text>
  31. <text class="complaintStatus">处理中</text>
  32. </view>
  33. </view>
  34. </view>
  35. </view>