个人中心
This commit is contained in:
@@ -6,6 +6,10 @@ export default {
|
||||
return vm.$u.post('Goods/getGoodsRecommend', {
|
||||
page: page
|
||||
});
|
||||
},
|
||||
// 购物车商品列表
|
||||
getCartList() {
|
||||
return vm.$u.post('cart/cartList');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user