Commit 3df7a284 by 姜雷

修改排序取值

parent deabef7d
......@@ -138,7 +138,7 @@ Component({
console.log(item);
this.setData({
sortTypeIndex: value,
sortType: item.label,
sortType: item.value,
});
this.refreshList();
},
......
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