Browse Source

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

Junling Bu 6 years ago
parent
commit
1f58181cd5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      litemall-vue/src/api/api.js

+ 2 - 2
litemall-vue/src/api/api.js

@@ -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) {
   })
   })
 }
 }
 
 
-export const REFUND_LIST = '';
+export const REFUND_LIST = '';