Commit f4753736 by 刘海龙

111

parent 45c613c4
<include file="__THEME__/public_header_w3g" /> <include file="__THEME__/public_header_w3g" />
......
...@@ -264,15 +264,15 @@ ...@@ -264,15 +264,15 @@
}, },
computed: { computed: {
// currentItems: function() { currentItems: function() {
// if(this.tab == 0) { if(this.tab == 0) {
// return this.zhenti return this.zhenti
// } else if(this.tab == 1) { } else if(this.tab == 1) {
// return this.download return this.download
// } else { } else {
// return this.myTab == 0 ? this.myYiZuo : this.myCollect return this.myTab == 0 ? this.myYiZuo : this.myCollect
// } }
// }, },
selectedCondition: function() { selectedCondition: function() {
return this.condition.filter( r => { return r.id != '' && r.select }) return this.condition.filter( r => { return r.id != '' && r.select })
}, },
......
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