学员端小程序
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.

26 lines
356 B

  1. <template>
  2. <view class="pageBgImg pad">
  3. <topNavbar title="我的评价"></topNavbar>
  4. <view class="card">
  5. <commentItem/>
  6. </view>
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {
  13. }
  14. }
  15. }
  16. </script>
  17. <style lang="scss" scoped>
  18. .card {
  19. width: 100%;
  20. padding: 24rpx 28rpx;
  21. margin-bottom: 20rpx;
  22. }
  23. </style>