From fdf00c0668ef98ce4a4bbf02c4d4e7e2baf31f6d Mon Sep 17 00:00:00 2001 From: caserKing Date: Mon, 2 Sep 2019 16:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=A7=E5=B1=8F=E3=80=91=E3=80=90?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=91=E3=80=90=E5=8A=A0=E4=B8=8A=E7=99=BD?= =?UTF-8?q?=E8=89=B2=E5=9B=BE=E9=81=AE=E7=BD=A9=EF=BC=8C=E9=80=8F=E6=98=8E?= =?UTF-8?q?=E5=BA=A6=E4=B8=BA.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/App.js b/App.js index d077259..4717e46 100644 --- a/App.js +++ b/App.js @@ -593,24 +593,6 @@ setSwiperItemDom(item) { ) } -renderAdTypeSwiper() { - if (this.state.contentDisplayStatus) { - let adSwiperDomStack = []; - //aaa - adDataList.map((item,index) => { - item.target.qrCode = 'https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn/null/73ddb1e4-8f19-4d5d-8387-742d3d5d2c77.png' - adSwiperDomStack.push(this.setSwiperItemDom(item, index)) - }) - return adSwiperDomStack; - - }else{ - return ( - - {this.state.errorMessage} - - ) - } -} getUpdateView() { if (this.state.progress.totalBytes > 0) @@ -697,6 +679,7 @@ getAdView(){