订单列表搜索

parent 67fc237f
Showing with 1 additions and 1 deletions
......@@ -17,7 +17,7 @@ define('order', ['tool', 'liexin_pop', 'artTemplate', 'pagination'], function (r
page: order.page,
page_size: order.limit,
status: $(".user-right .nav .item.act").attr("guid"),
goods_name: $(".userOrderS").val()
order_sn: $(".userOrderS").val()
}
$.liexin_ajax('/api/order/orderLists', 'POST', data_, function (res) {
......
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 sign in to comment