Commit d36da567 by 冷斌

fix bug

parent 8d17a6cc
...@@ -205,8 +205,7 @@ ...@@ -205,8 +205,7 @@
let options = this.options[this.tab]; let options = this.options[this.tab];
let item = options['options'][this.innerTab]; let item = options['options'][this.innerTab];
let _this = this; let _this = this;
console.log(this.tab, this.innerTab) $.get(U('home/Home/orderList'), {orderby: item['v'], ordertype: options['v'],}, function (data) {
$.get(U('home/Home/orderList'), {orderby: options['v'], ordertype: item['v'],}, function (data) {
_this.options[_this.tab]['options'][_this.innerTab]['items'] = data; _this.options[_this.tab]['options'][_this.innerTab]['items'] = data;
}, 'json'); }, 'json');
}, },
......
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