|
|
@@ -655,8 +655,8 @@ getAdView(){ |
|
|
|
ref={'carousel02'} |
|
|
|
data={adDataList} |
|
|
|
renderItem={this.setSwiperItemDom} |
|
|
|
sliderWidth={1080} |
|
|
|
itemWidth={1080} |
|
|
|
sliderWidth={1000} |
|
|
|
itemWidth={1000} |
|
|
|
itemHeight={134} |
|
|
|
sliderHeight={134} |
|
|
|
activeSlideOffset={0} |
|
|
@@ -1206,8 +1206,8 @@ MyPage = CodePush(codePushOptions)(MyPage); |
|
|
|
|
|
|
|
contentItemTopForAd:{ |
|
|
|
flex: 1, |
|
|
|
// width: 1127/PixelRatio.get(), |
|
|
|
width: '100%', |
|
|
|
width: 1000/PixelRatio.get(), |
|
|
|
// width: '100%', |
|
|
|
height:'100%', |
|
|
|
paddingLeft: 22/PixelRatio.get(), |
|
|
|
paddingRight: 26/PixelRatio.get(), |
|
|
|