...
|
...
|
@@ -79,8 +79,8 @@ export default class CouponCell extends React.Component { |
|
|
moneySize = {fontSize:25};
|
|
|
name = {marginLeft: 1,marginTop: 0,width: 160,height: 60,alignItems: 'center',justifyContent:'center',flexDirection:'row'};
|
|
|
nameSize = {fontSize:15};
|
|
|
statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellOneBack,height: 60};
|
|
|
states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60};
|
|
|
statesTitleStyle = {alignItems:'center',width: cellOneBack,height: 60};
|
|
|
states = {marginTop: rowData.status==1?6:10,fontSize:9,width: 10,height: 60};
|
|
|
}else {
|
|
|
backgroundImage = require('../../../../image/coupons_s_r.png');
|
|
|
backImage = {width: cellUpOneWidth,height: 60};
|
...
|
...
|
@@ -92,7 +92,7 @@ export default class CouponCell extends React.Component { |
|
|
name = {marginLeft: 10,marginTop: 1,width: 80,height: 30};
|
|
|
nameSize = {fontSize:9};
|
|
|
statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 60};
|
|
|
states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60};
|
|
|
states = {marginTop: rowData.status==1?6:10,fontSize:9,width: 10,height: 60};
|
|
|
}
|
|
|
|
|
|
return (
|
...
|
...
|
|