Commit 8082d7a8 by 杨铁龙

格式化

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