Commit e89583bc by 冷斌

fix bug

parent 5ac9dde3
......@@ -150,7 +150,7 @@
computed: {
showHollow: function () {
return function (index) {
return index != 0
return true;
}
},
showSolid: 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