!77 2022-1-22 He

Merge pull request !77 from Admin/sit-He-v3
This commit is contained in:
Admin
2022-01-22 07:25:47 +00:00
committed by Gitee
8 changed files with 192 additions and 130 deletions

View File

@@ -80,9 +80,8 @@ export const postCourseId = (productCode,buyCount,memberId, mobile,productImg,pr
/**
* 删除购物车
*/
export const deleteCart = (memberId, productCode) => {
export const deleteCart = ( productCode) => {
var data = {
memberId: memberId,
productCode:productCode
}
return fetch('cancelCartProductInfo',data,'POST')