|
@@ -70,7 +70,7 @@ export default class Item extends Component {
|
70
|
70
|
return (
|
71
|
71
|
<View className="item" style={style} onClick={this.handleClick.bind(this, data)}>
|
72
|
72
|
<Image className="pic" src={data.img} ></Image>
|
73
|
|
- <View className="title">{data.title} {data.status}</View>
|
|
73
|
+ <View className="title">{data.title}</View>
|
74
|
74
|
{!data.verification&&
|
75
|
75
|
<View className="time">{this.state.actState === 1 ? '距活动结束:' : '活动已结束'}<Text className="count-time">{this.state.actState != 2 ? this.formateLeftTime() : ''}</Text></View>
|
76
|
76
|
}
|