Commit 19b2c518 by 冷斌

fix bug

parent 4cee072a
......@@ -159,8 +159,7 @@
},
showSolid: function () {
return function (index) {
console.log(this.innerTab);
return index == 0
return this.innerTab == 0
}
},
showImage: function () {
......
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