Authored by chenl

修复了android店铺优惠券立即领取文字看不全的问题。review by 孙凯。

... ... @@ -74,7 +74,7 @@ export default class CouponCell extends React.Component {
moneySize = {fontSize:25};
name = {marginLeft: 10,marginTop: 1,width: 80,height: 30};
nameSize = {fontSize:9};
statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 30};
statesTitleStyle = {alignItems:'center',marginTop: 5,width: cellUpOneBack,height: 60};
states = {marginTop: rowData.status?6:10,fontSize:9,width: 10,height: 60};
}
... ...