Commit 48129225 by 陈超

A

parent 5e061365
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
}, },
listItem: function(opt) { listItem: function(opt) {
return function(opt) { return function(opt) {
return opt.options ? opt.options[this.innerTab] : opt.items return opt.options ? opt.options[this.innerTab].items : opt.items
} }
} }
}, },
......
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