1234567891011121314151617 |
- <template>
-
- <view class="container">
-
- <view style="font-size: 16px; font-weight: bold; color: black; height: 100px; margin-top: 300px; text-align: center;">
- <span>抱歉,该功能正在升级维护中,敬请期待……</span></view>
- <page-btm-bar />
- </view>
- </template>
- <script>
-
- </script>
- <style>
- </style>
|