diff --git a/App.js b/App.js index 61a1da9..3878da8 100644 --- a/App.js +++ b/App.js @@ -647,7 +647,7 @@ getAdView(){ activeSlideOffset={0} autoplay={true} loop={true} - autoplayInterval={2000} + autoplayInterval={2500} /> @@ -1130,7 +1130,9 @@ MyPage = CodePush(codePushOptions)(MyPage); adTypeBg:{ flex: 1, width: '100%', - height: '100%' + height: '100%', + borderColor:'green', + borderWidth:1, }, adTypeSwiper02:{ @@ -1139,6 +1141,8 @@ MyPage = CodePush(codePushOptions)(MyPage); bottom: 165/PixelRatio.get(), width: '100%', height: 369/PixelRatio.get(), + borderColor:'blue', + borderWidth:1, }, adTypeItemImgWrap:{ @@ -1179,6 +1183,8 @@ MyPage = CodePush(codePushOptions)(MyPage); alignItems: 'flex-start', borderRadius: 6, backgroundColor:'transparent', + borderColor:'red', + borderWidth:1, }, });