actionRecord.vue 276 B

123456789101112131415161718192021222324252627282930313233
  1. <template>
  2. <view class="content">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. }
  10. },
  11. onLoad(opt) {
  12. },
  13. onShow() {
  14. },
  15. onReachBottom() {
  16. },
  17. onReady() {
  18. },
  19. methods: {
  20. }
  21. }
  22. </script>
  23. <style lang="scss">
  24. </style>