6.24
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user