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.
18 lines
271 B
18 lines
271 B
<template>
|
|
<view class="pageBgImg">
|
|
<topNavbar title="我的排课"></topNavbar>
|
|
<view class="pad">
|
|
<step1></step1>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import step1 from './comp/step1'
|
|
export default {
|
|
components: { step1 }
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|