This commit is contained in:
wushenghua
2016-02-24 11:26:30 +08:00
parent f692c26c8b
commit dca36711a2
5 changed files with 13 additions and 4 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ export default class RandListView extends Component{
<Text style={styles.title}>
首页
</Text>
)
),
event: function() {
}.bind(this)
}
})
}