From 0511bd434c00f52ef7c4a18755997c2b30748f1b Mon Sep 17 00:00:00 2001 From: caserKing Date: Fri, 9 Aug 2019 18:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0border=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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, }, });