mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
购物车、结算和订单初始页面
This commit is contained in:
4
yudao-ui-app/api/order.js
Normal file
4
yudao-ui-app/api/order.js
Normal file
@ -0,0 +1,4 @@
|
||||
const { http } = uni.$u
|
||||
|
||||
//获得订单交易分页
|
||||
export const getOrderPageData = params => http.get('/trade/order/page', { params })
|
Reference in New Issue
Block a user