diff --git a/pages/index/index.vue b/pages/index/index.vue index a5a645f..4cfd9e1 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1058,7 +1058,7 @@ longitude:this.longitude, latitude:this.latitude, page: 1, - limit: 6 + limit: 3 } this.$Request.get("/app/artificer/getHomeArtificerList",data).then(res => { if (res.code == 0) { diff --git a/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue b/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue index c340164..049fe0c 100644 --- a/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue +++ b/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue @@ -80,7 +80,7 @@ .item-box { display: inline-block; - width: 232rpx; + width: 108px; height: 210px; margin-right: 10px; border-radius: 10px;