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