Commit fccf1f8c by 陈超

T

parent 057fc611
......@@ -167,17 +167,17 @@
finished: false,
options: [{
title: '视频',
items: [1,2],
items: [],
page: 0,
finished: false
},{
title: '真题',
items: [1,2],
items: [],
page: 0,
finished: false
},{
title: '实物',
items: [1,2],
items: [],
page: 0,
finished: false
}]
......@@ -198,9 +198,11 @@
this.finished = true
} else {
this.finished = false
this.onLoad()
}
},
onLoad: function() {
console.log('onLoad')
let that = this
let opt = that.options[that.tab]
if(that.tab == 2) {
......
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