法治学习

This commit is contained in:
shijingjing
2023-01-30 14:57:39 +08:00
parent 20d4a5de01
commit 445c615477
5 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
<template>
<div class="AppOnlineClass">
在线课堂
</div>
</template>
<script>
export default {
data() {
return {
current: 1,
}
},
onLoad() {
},
methods: {
getList() {
console.log('222');
}
},
// onReachBottom() {
// this.current ++;
// this.getList()
// },
}
</script>
<style lang="scss" socped>
.AppOnlineClass {
}
</style>