Commit c6b1d64b authored by 黄奎's avatar 黄奎

页面修改

parent 7c5eb944
...@@ -322,7 +322,6 @@ ...@@ -322,7 +322,6 @@
getLevel(){ getLevel(){
GetBankTypeList({}).then(res => { GetBankTypeList({}).then(res => {
if(res.Code==1){ if(res.Code==1){
console.log(res,'shuj');
this.LevelData = res.Data; this.LevelData = res.Data;
} }
}) })
......
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
}, },
created() {}, created() {},
mounted() { mounted() {
console.log(this.stuData, 'studata');
this.getCourseTimeList(); this.getCourseTimeList();
this.ceshi(); this.ceshi();
}, },
...@@ -73,7 +72,6 @@ ...@@ -73,7 +72,6 @@
ceshi() { ceshi() {
var p = new Promise(function (resolve, reject) { var p = new Promise(function (resolve, reject) {
setTimeout(function () { setTimeout(function () {
console.log('我执行了');
resolve('绥滨啥数据'); resolve('绥滨啥数据');
}, 2000) }, 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