订单列表和订单详情页初步完善

This commit is contained in:
sfmind
2022-12-14 00:58:25 +08:00
parent f9b4874ee9
commit d5c1c29795
8 changed files with 493 additions and 115 deletions

View File

@ -2,3 +2,5 @@ const { http } = uni.$u
// 获得订单交易分页
export const getOrderPage = params => http.get('/trade/order/page', { params })
// 获得交易订单详情
export const getOrderDetail = params => http.get('/trade/order/get-detail', { params })