detail.vue 273 B

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