Commit 1f58181c authored by Junling Bu's avatar Junling Bu
Browse files

Merge branch 'master' of https://github.com/linlinjava/litemall

parents 6a46f95b 2b9610c1
...@@ -161,7 +161,7 @@ export function cartFastAdd(data) { ...@@ -161,7 +161,7 @@ export function cartFastAdd(data) {
const CartUpdate='wx/cart/update'; // 更新购物车的商品 const CartUpdate='wx/cart/update'; // 更新购物车的商品
export function cartUpdate(data) { export function cartUpdate(data) {
return request({ return request({
url: cartUpdate, url: CartUpdate,
method: 'post', method: 'post',
data data
}) })
...@@ -437,4 +437,4 @@ export function getList(api, query) { ...@@ -437,4 +437,4 @@ export function getList(api, query) {
}) })
} }
export const REFUND_LIST = ''; export const REFUND_LIST = '';
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment