recharge.vue 245 B

123456789101112131415161718192021222324252627
  1. <template>
  2. <view class="center">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {
  9. }
  10. },
  11. methods:{
  12. nav(e) {
  13. },
  14. }
  15. }
  16. </script>
  17. <style lang="scss">
  18. .center,page {
  19. height: 100%;
  20. background: #F7FBFE;
  21. }
  22. </style>