diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index db6531e..eeb90c6 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -130,9 +130,9 @@ export default { currentSwiper: 0, // 轮播图片 swiperList: [ - { id: 1, src: 'url1', img: '/static/img/1.jpg' }, - { id: 2, src: 'url2', img: '/static/img/2.jpg' }, - { id: 3, src: 'url3', img: '/static/img/3.jpg' } + // { id: 0, src: 'url1', img: '/static/img/1.png' }, + // { id: 1, src: 'url2', img: '/static/img/2.png' }, + // { id: 2, src: 'url3', img: '/static/img/3.png' } ], // 分类菜单 categoryList: [ @@ -303,7 +303,11 @@ export default { getbanners(){ this.$u.api.getBanners().then(res=>{ for(var i=0;i