Merge branch 'sit-Carl' of gitee.com:carl_Ming_1/smart-admin into sit-Leung

This commit is contained in:
Admin
2022-01-22 07:24:35 +00:00
committed by Gitee
6 changed files with 793 additions and 360 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')
}