购物车、结算和订单初始页面

This commit is contained in:
sfmind
2022-12-05 21:51:39 +08:00
parent 0b9ddddd18
commit 6878ac04c9
17 changed files with 994 additions and 46 deletions

5
yudao-ui-app/api/cart.js Normal file
View File

@ -0,0 +1,5 @@
const { http } = uni.$u
//获取购物车数据
export const getCartProductDetail = () => http.get('/trade/cart/get-detail')