|
|
@@ -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 ( |
|
|
|
<ImageBackground style={styles.background} resizeMode='center' source={require('./image/background.png')}> |
|
|
|
<ImageBackground style={styles.background} resizeMode='center' source={require('./image/background-yellow.png')}> |
|
|
|
{/* 头部title二维码开始 */} |
|
|
|
<View style={styles.title}> |
|
|
|
<View style={styles.titleImagePlace}> |
|
|
|