index.vue 342 B

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