洛阳学员端
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.

24 lines
431 B

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. <template>
  2. <view class="pageBgImg pad">
  3. <view class="status_bar"></view>
  4. <view class="" style="height: 100rpx;"></view>
  5. <topInfo></topInfo>
  6. <subject0></subject0>
  7. </view>
  8. </template>
  9. <script>
  10. import topInfo from './comp/topInfo.vue'
  11. import subject0 from './comp/subject0.vue'
  12. export default {
  13. components: { topInfo, subject0 },
  14. data() {
  15. return {
  16. }
  17. }
  18. }
  19. </script>
  20. <style scoped lang="scss">
  21. </style>