Commit 07f0135a by 冷斌

设置

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