Authored by shangjf

新增站内信 消息类型 review by 海子

... ... @@ -86,6 +86,7 @@ export default class MessageList extends Component {
}
break;
case 500:
case 406:
{
return(
<MessageListActivityCell
... ...
... ... @@ -103,7 +103,7 @@ let styles = StyleSheet.create({
deleteContainer: {
marginLeft: 195*DEVICE_WIDTH_RATIO,
width: 85,
width: 85*DEVICE_WIDTH_RATIO,
height: 44,
borderRadius: 5,
backgroundColor: '#444444',
... ...