shangxiaojian

Results 1 issues of shangxiaojian

``` _renderTabIndicator() { let tabs = [{ text: '附近', }, { text: '最热', }, { text: '最新', }]; return ; ``` ``` const styles = StyleSheet.create({ indicatorContainer: { backgroundColor: 0xFFFFFFFF,...