修改
This commit is contained in:
parent
0811a659f0
commit
cbecd61c64
@ -12,4 +12,14 @@ export function cloudWarehouse(data) {
|
|||||||
*/
|
*/
|
||||||
export function supMenuApi(data) {
|
export function supMenuApi(data) {
|
||||||
return request.get('intention/v2/cate', 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,
|
getCartCounts,
|
||||||
getCartList,
|
getCartList,
|
||||||
|
|
||||||
} from '@/api/order.js';
|
} from '@/api/requesta.js';
|
||||||
import {
|
import {
|
||||||
goShopDetail
|
goShopDetail
|
||||||
} from '@/libs/order.js'
|
} from '@/libs/order.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user