This commit is contained in:
@fawn-nine
2024-07-30 16:25:09 +08:00
parent c8b306343a
commit fe2ab47b63
10 changed files with 1073 additions and 136 deletions

View File

@@ -0,0 +1,32 @@
<template>
<view>
<public-module></public-module>
<z-nav-bar title="班级详情"></z-nav-bar>
<z-navigation></z-navigation>
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
onShow() {
},
methods: {
getClassInfo(){
}
}
}
</script>
<style>
</style>