This commit is contained in:
2020-06-18 14:57:26 +08:00
parent df47e0d357
commit f0244f8077
106 changed files with 186 additions and 122 deletions

View File

@@ -1,9 +1,12 @@
export default {
init(vm){
return {
postlogn({id,name}){
return vm.$u.get('url',{id,name});
}
// 商品推荐
getGoodsRecommend({page}){
return vm.$u.post('Goods/getGoodsRecommend', {
page: page
});
}
}
}