This commit is contained in:
2020-06-24 16:39:31 +08:00
parent 8c993da2cd
commit 28e80b49ff
14 changed files with 132 additions and 54 deletions

View File

@@ -95,10 +95,16 @@ export default {
}
},
onLoad() {
console.log(this.$u.http)
// this.getShopTopList();
this.getGoodsRecommend();
},
methods: {
// getShopTopList() {
// this.$u.api.getShopTopList().then((res)=>{
// if (res.errCode == 0) {
// }
// })
// },
getGoodsRecommend() {
this.$u.api.getGoodsRecommend({
page: 1,