From 72aeddcfba34c0416ebb003c31bd31284737e7e4 Mon Sep 17 00:00:00 2001 From: caserKing Date: Thu, 29 Aug 2019 12:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=A7=E5=B1=8F=E3=80=91=E3=80=90?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/App.js b/App.js index 0a1b163..5e19028 100644 --- a/App.js +++ b/App.js @@ -736,6 +736,7 @@ getAdView(){ 公众号 {this.state.versionInfo} +<<<<<<< Updated upstream */ @@ -753,6 +754,28 @@ getAdView(){ loop={true} autoplayInterval={5000} /> +======= + + + ); + } else if (this.state.adType == 1) { + return( + + + +>>>>>>> Stashed changes ) } } @@ -1326,11 +1349,22 @@ MyPage = CodePush(codePushOptions)(MyPage); height: '100%', }, +<<<<<<< Updated upstream carouselItemWrap: { flex: 1, width: '100%', backgroundColor: 'transparent', alignItems: 'center', +======= + onlyAdSwiperItem:{ + width: '100%', + height: '100%', + }, + + onlyAdTypeItemImg:{ + width: '100%', + height: '100%', +>>>>>>> Stashed changes } });