diff --git a/pages/index/component/shopList.vue b/pages/index/component/shopList.vue index e2616c1..50df72a 100644 --- a/pages/index/component/shopList.vue +++ b/pages/index/component/shopList.vue @@ -50,7 +50,7 @@ - + diff --git a/pages/user/index.vue b/pages/user/index.vue index d8c63af..5a63fbd 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -133,7 +133,7 @@ - + @@ -586,7 +586,7 @@ const element = "#wrap" + this.currIndex; const query = uni.createSelectorQuery().in(this); query.select(element).boundingClientRect(data => { - this.swiperHeight = data.width * 9 / 16; + this.swiperHeight = data.width * 7 / 20; }).exec(); // query.select(element).boundingClientRect();