12345678910111213141516171819202122232425262728 |
- <template>
- <view>
- <view>
- <scroll-view>
- <!-- 标题 -->
- <!-- 常用服务 -->
- </scroll-view>
- <view class="cu-tabbar-height margin-top"></view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style lang="scss">
- </style>
|