Explorar el Código

【大屏】【修改】【背景】

tags/jenkins-front-end-screenad-320-v175^0
caserKing hace 5 años
padre
commit
850835feae
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      App.js
  2. BIN
      image/background-yellow.png

+ 3
- 1
App.js Ver fichero

@@ -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}>


BIN
image/background-yellow.png Ver fichero

Antes Después
Anchura: 1080  |  Altura: 1920  |  Tamaño: 824 KiB

Cargando…
Cancelar
Guardar