Feat(首页):新品专区(完成)

This commit is contained in:
modendeveloper
2024-11-19 00:38:58 +08:00
parent 655bb7e7e3
commit 0edbbfcdf5
4 changed files with 295 additions and 2 deletions
+10
View File
@@ -151,3 +151,13 @@ export function getBargainUserList(data) {
export function getBargainUserCancel(data) {
return request.post("/bargain/user/cancel", data);
}
/**
* 新品专区
* @param {*} data
* @returns
*/
export function queryNewZone() {
return request.get("/newGoods");
}