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