江西小程序管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
372 B

1 year ago
  1. <template>
  2. <view class="content">
  3. 考场模拟
  4. <!-- <UserTab selectedIndex ='1'></UserTab> -->
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data() {
  10. return {
  11. }
  12. },
  13. onLoad() {
  14. },
  15. onShow() {
  16. // uni.hideTabBar();
  17. },
  18. methods: {
  19. goPage() {}
  20. }
  21. }
  22. </script>
  23. <style lang="scss" scoped>
  24. .content {
  25. width: 100vw;
  26. height: 100vh;
  27. }
  28. </style>