feat: 日历组件|复选框组件优化

This commit is contained in:
duanshuwen
2025-08-05 21:36:26 +08:00
parent 931511b0cf
commit c6271e9f4b
8 changed files with 65 additions and 21 deletions

View File

@@ -9,4 +9,9 @@ const orderPay = (args) => {
return request.post("/hotelBiz/trade/order", args);
};
export { goodsDetail, orderPay };
// 获取商品日价格及库存
const commodityDailyPriceList = (args) => {
return request.post("/hotelBiz/commodity/commodityDailyPriceList", args);
};
export { goodsDetail, commodityDailyPriceList, orderPay };