修改
This commit is contained in:
parent
0811a659f0
commit
cbecd61c64
@ -13,3 +13,13 @@ export function cloudWarehouse(data) {
|
||||
export function supMenuApi(data) {
|
||||
return request.get('intention/v2/cate', data);
|
||||
}
|
||||
/**
|
||||
* 获取购物车列表
|
||||
*
|
||||
*/
|
||||
export function getCartList(data) {
|
||||
return request.get("user/cart/lst", data);
|
||||
}
|
||||
export function getCartCounts(data) {
|
||||
return request.get("user/cart/count", data);
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
||||
getCartCounts,
|
||||
getCartList,
|
||||
|
||||
} from '@/api/order.js';
|
||||
} from '@/api/requesta.js';
|
||||
import {
|
||||
goShopDetail
|
||||
} from '@/libs/order.js'
|
||||
|
Loading…
x
Reference in New Issue
Block a user