细节优化

This commit is contained in:
summation
2022-01-22 14:08:34 +08:00
parent 1c3d930a35
commit 760fd769c4
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')