12345678910111213141516171819202122 |
- <template>
- <view>
- <t-o-news-tab-3></t-o-news-tab-3>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- };
- }
- }
- </script>
- <style lang="scss">
- page {
- background-color: #F2FAF7;
- padding: 25rpx 0;
- }
- </style>
|