diff --git a/App.js b/App.js index a5672b9..4b60006 100644 --- a/App.js +++ b/App.js @@ -361,9 +361,11 @@ codePushStatusDidChange(syncStatus) { + encodeURIComponent(this.state.macAddress) + '&pageNum=1&pageSize=1000') .then(result => { + console.log(result) if (result.code != 200) { this.showErrMsg(result.message+'\n'+this.state.macAddress); } else if (result.data.list) { + console.log(result.data.list) // //type==0的是券 1是? 2是广告大图 let curData = result.data.list; @@ -831,7 +833,7 @@ renderTicketDom() { //rank page aaa renderRankDom() { return ( - + {/* 头部title二维码开始 */} diff --git a/image/background-yellow.png b/image/background-yellow.png new file mode 100644 index 0000000..88dbd34 Binary files /dev/null and b/image/background-yellow.png differ