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