个人中心

This commit is contained in:
2020-06-19 18:07:11 +08:00
parent f0244f8077
commit 7e71f97e01
12 changed files with 182 additions and 55 deletions

View File

@@ -6,6 +6,10 @@ export default {
return vm.$u.post('Goods/getGoodsRecommend', {
page: page
});
},
// 购物车商品列表
getCartList() {
return vm.$u.post('cart/cartList');
}
}
}