购物车

This commit is contained in:
唐明明
2023-09-22 09:46:47 +08:00
parent 7ab5dfb2d8
commit 677b0d040a
15 changed files with 686 additions and 201 deletions

View File

@@ -36,6 +36,9 @@ import withdraw from "./interfaces/withdraw"
// 售后服务
import refund from "./interfaces/refund"
// 购物袋
import bag from "./interfaces/bag"
export default {
auth,
bank,
@@ -47,5 +50,6 @@ export default {
pay,
idcard,
withdraw,
refund
refund,
bag
}