feat: 首页改造

This commit is contained in:
2026-07-13 18:14:00 +08:00
parent 85fff5c363
commit c6015b8295
15 changed files with 2726 additions and 1399 deletions
+15
View File
@@ -67,6 +67,21 @@ export function settlementOrder(data) {
});
}
// 秒杀下单
export function setSeckillOrder(data) {
return request({
url: "/seckill/order",
method: "post",
data,
// cha:1
// headers: {
// "Content-Type": "application/x-www-form-urlencoded"
// }
});
}
// 查询运费
export function getPostageQuery(data) {
return request({
url: "/cart/getPostage",