index.vue 221 B

1234567891011121314151617181920212223
  1. <template>
  2. <mobile-frame>
  3. 兑换中心
  4. </mobile-frame>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. };
  11. },
  12. onShow: function() {},
  13. methods: {
  14. }
  15. }
  16. </script>
  17. <style lang="scss">
  18. </style>