修改库存回显计算,增加多次加菜弹窗确认

This commit is contained in:
2026-04-13 18:13:25 +08:00
parent 129bc1276a
commit d5c42f2092
4 changed files with 313 additions and 101 deletions

View File

@@ -54,4 +54,14 @@ export const productRelated = (data) => {
method: 'get',
data: data
})
}
}
//获取相关推荐商品
export const getConsStock = (data) => {
return request({
url: urlProduct + '/user/product/consStock',
method: 'get',
data: data
})
}