about.vue 324 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. <view>
  3. <view>
  4. <scroll-view>
  5. <!-- 标题 -->
  6. <!-- 常用服务 -->
  7. </scroll-view>
  8. <view class="cu-tabbar-height margin-top"></view>
  9. </view>
  10. </view>
  11. </template>
  12. <script>
  13. export default {
  14. data() {
  15. return {
  16. }
  17. },
  18. methods: {
  19. }
  20. }
  21. </script>
  22. <style lang="scss">
  23. </style>