From c6ccd3ec76df2fd28d58cee38d1011bbac163327 Mon Sep 17 00:00:00 2001 From: caserKing Date: Mon, 12 Aug 2019 13:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=87=8D=E6=96=B0=E5=AE=89?= =?UTF-8?q?=E8=A3=8503?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App.js b/App.js index cc8c99e..392c394 100644 --- a/App.js +++ b/App.js @@ -655,8 +655,8 @@ getAdView(){ ref={'carousel02'} data={adDataList} renderItem={this.setSwiperItemDom} - sliderWidth={1000} - itemWidth={1000} + sliderWidth={1080} + itemWidth={1080} itemHeight={134} sliderHeight={134} activeSlideOffset={0} @@ -1206,7 +1206,7 @@ MyPage = CodePush(codePushOptions)(MyPage); contentItemTopForAd:{ flex: 1, - width: 1000/PixelRatio.get(), + width: 1080/PixelRatio.get(), // width: '100%', height:'100%', paddingLeft: 22/PixelRatio.get(),