From 92d53ad9c363cf526a8bb374b91fe2eff4de84b9 Mon Sep 17 00:00:00 2001 From: caserKing Date: Mon, 12 Aug 2019 13:48:26 +0800 Subject: [PATCH] =?UTF-8?q?3=E7=A7=8D=E6=92=AD=E6=94=BE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/App.js b/App.js index 6de0aee..70c8893 100644 --- a/App.js +++ b/App.js @@ -307,12 +307,12 @@ codePushStatusDidChange(syncStatus) { this.showErrMsg(result.message+'\n'+this.state.macAddress); } else if (result.data.list) { //aaa - result.data.list[0].type = 2; + /* result.data.list[0].type = 2; result.data.list[1].type = 2; result.data.list[2].type = 2; result.data.list[3].type = 2; result.data.list[4].type = 2; - result.data.list[5].type = 2; + result.data.list[5].type = 2; */ console.log(result.data) //type==0的是券 1是? 2是广告大图 let curData = result.data.list; @@ -662,7 +662,7 @@ getAdView(){ activeSlideOffset={0} autoplay={true} loop={true} - autoplayInterval={2500} + autoplayInterval={3000} /> @@ -696,7 +696,7 @@ getAdView(){ activeSlideOffset={0} autoplay={true} loop={true} - autoplayInterval={2500} + autoplayInterval={3000} /> ) }