优化桌面端

This commit is contained in:
gyq
2024-05-16 16:55:55 +08:00
parent 43ccf82177
commit 6f378cc3c0
6 changed files with 141 additions and 239 deletions

View File

@@ -26,6 +26,19 @@ export function productqueryCommodityInfo(params) {
});
}
/**
* 查询商品信息
* @param {*} params
* @returns
*/
export function queryNewCommodityInfo(params) {
return request({
method: "get",
url: "product/queryNewCommodityInfo",
params
});
}
/**
* 通过选中的商品规格查询价格
* @param {*} params