商城首页接口

This commit is contained in:
2020-07-02 15:39:25 +08:00
parent 583afe370f
commit 5a99dfc2c9
2 changed files with 30 additions and 3 deletions

View File

@@ -109,6 +109,12 @@ export default {
goods_id: id
});
},
getStoreGoodsList({ id, page = 0}){
return vm.$u.post('Store/getStoreGoodsList', {
id: id,
page:page
});
}
}
}