Commit fccf1f8c by 陈超

T

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