child_careList.vue 231 B

123456789101112131415161718192021222324252627
  1. <template>
  2. <view class="main">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. };
  10. },
  11. onReachBottom() {
  12. },
  13. methods: {
  14. },
  15. onShow() {
  16. }
  17. };
  18. </script>
  19. <style scoped lang="scss">
  20. </style>