diff --git a/litemall-vue/src/api/api.js b/litemall-vue/src/api/api.js index 893953ff..6959fefd 100644 --- a/litemall-vue/src/api/api.js +++ b/litemall-vue/src/api/api.js @@ -161,7 +161,7 @@ export function cartFastAdd(data) { const CartUpdate='wx/cart/update'; // 更新购物车的商品 export function cartUpdate(data) { return request({ - url: cartUpdate, + url: CartUpdate, method: 'post', data }) @@ -437,4 +437,4 @@ export function getList(api, query) { }) } -export const REFUND_LIST = ''; \ No newline at end of file +export const REFUND_LIST = '';