Commit e2b98b3a by 陈超

T

parent ddfd1bbd
...@@ -323,6 +323,7 @@ ...@@ -323,6 +323,7 @@
created: function(){ created: function(){
document.title = "全部课程" document.title = "全部课程"
let p = {:json_encode($selCate)}; let p = {:json_encode($selCate)};
console.log(p[this.cate])
this.onCondition(this.cate, p[this.cate].title, 'category') this.onCondition(this.cate, p[this.cate].title, 'category')
}, },
methods: { methods: {
......
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