Commit 3ae32556 by 冷斌

设置

parent facb3c68
...@@ -137,10 +137,8 @@ ...@@ -137,10 +137,8 @@
return index == 0 ? '取消订单' : '删除订单' return index == 0 ? '取消订单' : '删除订单'
} }
}, },
listItem: function() { listItem: function(opt) {
return function(opt) { return opt.options ? opt.options[this.innerTab].items : opt.items
return opt.options ? opt.options[this.innerTab].items : opt.items
}
}, },
showEmpty: function() { showEmpty: function() {
let opt = this.options[this.tab] let opt = this.options[this.tab]
......
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