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(){