罗世杰:临时提交
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
import HomeNoticeBar from "./HomeMainContent/HomeNoticeBar.vue"
|
||||
import HomeNavCard from "./HomeMainContent/HomeNavCard.vue"
|
||||
import Statistics from "./HomeMainContent/Statistics.vue"
|
||||
|
||||
import QQMapWX from "@/utils/qqmap-wx-jssdk.min.js"
|
||||
export default {
|
||||
components: {
|
||||
@@ -49,6 +50,7 @@
|
||||
this.getNotice()
|
||||
this.getStat()
|
||||
this.open()
|
||||
this.getClassList()
|
||||
},
|
||||
methods: {
|
||||
getBanner() {
|
||||
@@ -64,6 +66,10 @@
|
||||
getStat() {
|
||||
this.$api.getStat().then(res => {
|
||||
this.statNum = res.data.data
|
||||
})
|
||||
},
|
||||
getClassList() {
|
||||
this.$api.getClassList().then(res => {
|
||||
console.log(res.data.data);
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user