Commit c6b1d64b authored by 黄奎's avatar 黄奎

页面修改

parent 7c5eb944
......@@ -322,7 +322,6 @@
getLevel(){
GetBankTypeList({}).then(res => {
if(res.Code==1){
console.log(res,'shuj');
this.LevelData = res.Data;
}
})
......
......@@ -65,7 +65,6 @@
},
created() {},
mounted() {
console.log(this.stuData, 'studata');
this.getCourseTimeList();
this.ceshi();
},
......@@ -73,7 +72,6 @@
ceshi() {
var p = new Promise(function (resolve, reject) {
setTimeout(function () {
console.log('我执行了');
resolve('绥滨啥数据');
}, 2000)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment