|
|
@@ -307,10 +307,10 @@ 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[3].type = 2; |
|
|
|
result.data.list[4].type = 2; |
|
|
|
result.data.list[5].type = 2; |
|
|
|
console.log(result.data) |
|
|
@@ -1051,14 +1051,12 @@ MyPage = CodePush(codePushOptions)(MyPage); |
|
|
|
// height:'100%', |
|
|
|
width:'100%', |
|
|
|
marginTop:"2%", |
|
|
|
paddingRight: 20/PixelRatio.get(), |
|
|
|
paddingRight: 14/PixelRatio.get(), |
|
|
|
backgroundColor:'transparent', |
|
|
|
textAlign :'left', |
|
|
|
color:"black", |
|
|
|
textAlignVertical:'center', |
|
|
|
fontSize: 53/PixelRatio.get(), |
|
|
|
borderWidth:1, |
|
|
|
borderColor:'red' |
|
|
|
}, |
|
|
|
/* |
|
|
|
contentItemTopDetailRemark:{ |
|
|
@@ -1177,8 +1175,6 @@ MyPage = CodePush(codePushOptions)(MyPage); |
|
|
|
flex: 1, |
|
|
|
width: '100%', |
|
|
|
height: '100%', |
|
|
|
borderColor:'green', |
|
|
|
borderWidth:1, |
|
|
|
}, |
|
|
|
|
|
|
|
adTypeSwiper02:{ |
|
|
@@ -1187,8 +1183,6 @@ MyPage = CodePush(codePushOptions)(MyPage); |
|
|
|
bottom: 165/PixelRatio.get(), |
|
|
|
width: '100%', |
|
|
|
height: 369/PixelRatio.get(), |
|
|
|
borderColor:'blue', |
|
|
|
borderWidth:1, |
|
|
|
}, |
|
|
|
|
|
|
|
adTypeItemImgWrap:{ |
|
|
@@ -1230,8 +1224,6 @@ MyPage = CodePush(codePushOptions)(MyPage); |
|
|
|
alignItems: 'flex-start', |
|
|
|
borderRadius: 6, |
|
|
|
backgroundColor:'transparent', |
|
|
|
borderColor:'red', |
|
|
|
borderWidth:1, |
|
|
|
}, |
|
|
|
|
|
|
|
onlyAdSwiperItem:{ |
|
|
|