江西小程序管理端
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.

30 lines
646 B

1 year ago
  1. <template>
  2. <view class="pageBgImg">
  3. <topNavbar title="学员评价"></topNavbar>
  4. <view class="pad">
  5. <view class="searchBox">
  6. <searchRow placeholder="搜索学员姓名"></searchRow>
  7. </view>
  8. <view class="tabs">
  9. <view class="tab">全部10</view>
  10. <view class="tab">匿名1</view>
  11. <view class="tab">有图2</view>
  12. <view class="tab">有视频6</view>
  13. </view>
  14. <view class="list">
  15. <view class="card">
  16. <commentItem/>
  17. </view>
  18. </view>
  19. </view>
  20. </view>
  21. </template>
  22. <script>
  23. </script>
  24. <style lang="scss" scoped>
  25. .card {
  26. padding: 28rpx;
  27. margin-bottom: 20rpx;
  28. }
  29. </style>