Commit 8082d7a8 by 杨铁龙

格式化

parents 9746ca16 bc2aa9eb
Showing with 1 additions and 1 deletions
......@@ -51,7 +51,7 @@ class OrderService {
.model(this.generalOrder)
.list("userOrderList")
.query({ item_size: 100, pageIndex: index })
.then(r =>
.then((r) =>
this.handler.buildRows<OrderTableListItem>(
r.pageData.rows,
orderTableListItemPredict
......
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