fleetInvitation.vue 224 B

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