购物车地址管理

This commit is contained in:
summation
2022-01-22 00:14:01 +08:00
parent 90756f56b9
commit 1c3d930a35
5 changed files with 818 additions and 383 deletions

View File

@@ -73,9 +73,7 @@ export const postCourseId = (productCode,buyCount,memberId, mobile,productImg,pr
* 是否存在购物车
*/
export const isexistCart = (id, pet,address) => {
var data = {
memberId: id,
}
var data = { }
return fetch('getCartProductInfo?memberId='+id,data,'POST')
}