@@ -3,7 +3,6 @@ import {StyleSheet, View} from 'react-native';
3
3
import Layout , { Container } from '../../Layout' ;
4
4
import { Tabs , Icon , IconsName } from '@uiw/react-native' ;
5
5
import { ComProps } from '../../routes' ;
6
- import { Text } from 'react-native-svg' ;
7
6
8
7
const { Header, Body, Card, Footer} = Layout ;
9
8
@@ -51,7 +50,7 @@ export default class Index extends Component<IndexProps, IndexState> {
51
50
iconColor :
52
51
this . state . flag === '喜欢' ? this . state . color1 : undefined ,
53
52
titleColor :
54
- this . state . flag === '喜欢' ? this . state . color1 : undefined , ,
53
+ this . state . flag === '喜欢' ? this . state . color1 : undefined ,
55
54
} }
56
55
border = { this . state . flag === '喜欢' }
57
56
onPress = { this . onPress1 }
@@ -60,7 +59,7 @@ export default class Index extends Component<IndexProps, IndexState> {
60
59
title = { '关注' }
61
60
style = { {
62
61
titleColor :
63
- this . state . flag === '关注' ? this . state . color1 : undefined , ,
62
+ this . state . flag === '关注' ? this . state . color1 : undefined ,
64
63
} }
65
64
icon = {
66
65
< Icon
@@ -81,7 +80,7 @@ export default class Index extends Component<IndexProps, IndexState> {
81
80
iconColor :
82
81
this . state . flag === '信息' ? this . state . color1 : undefined ,
83
82
titleColor :
84
- this . state . flag === '信息' ? this . state . color1 : undefined , ,
83
+ this . state . flag === '信息' ? this . state . color1 : undefined ,
85
84
} }
86
85
border = { this . state . flag === '信息' }
87
86
onPress = { this . onPress1 }
@@ -99,7 +98,7 @@ export default class Index extends Component<IndexProps, IndexState> {
99
98
titleColor :
100
99
this . state . flag1 === '喜欢' ? this . state . color1 : undefined ,
101
100
borderColor :
102
- this . state . flag1 === '喜欢' ? this . state . color1 : undefined , ,
101
+ this . state . flag1 === '喜欢' ? this . state . color1 : undefined ,
103
102
} }
104
103
/>
105
104
< Tabs . Item
@@ -110,7 +109,7 @@ export default class Index extends Component<IndexProps, IndexState> {
110
109
titleColor :
111
110
this . state . flag1 === '关注' ? this . state . color1 : undefined ,
112
111
borderColor :
113
- this . state . flag1 === '关注' ? this . state . color1 : undefined , ,
112
+ this . state . flag1 === '关注' ? this . state . color1 : undefined ,
114
113
} }
115
114
/>
116
115
< Tabs . Item
@@ -121,7 +120,7 @@ export default class Index extends Component<IndexProps, IndexState> {
121
120
titleColor :
122
121
this . state . flag1 === '信息' ? this . state . color1 : undefined ,
123
122
borderColor :
124
- this . state . flag1 === '信息' ? this . state . color1 : undefined , ,
123
+ this . state . flag1 === '信息' ? this . state . color1 : undefined ,
125
124
} }
126
125
/>
127
126
< Tabs . Item
@@ -132,7 +131,7 @@ export default class Index extends Component<IndexProps, IndexState> {
132
131
titleColor :
133
132
this . state . flag1 === '我的' ? this . state . color1 : undefined ,
134
133
borderColor :
135
- this . state . flag1 === '我的' ? this . state . color1 : undefined , ,
134
+ this . state . flag1 === '我的' ? this . state . color1 : undefined ,
136
135
} }
137
136
/>
138
137
< Tabs . Item
@@ -143,7 +142,7 @@ export default class Index extends Component<IndexProps, IndexState> {
143
142
titleColor :
144
143
this . state . flag1 === '偏好' ? this . state . color1 : undefined ,
145
144
borderColor :
146
- this . state . flag1 === '偏好' ? this . state . color1 : undefined , ,
145
+ this . state . flag1 === '偏好' ? this . state . color1 : undefined ,
147
146
} }
148
147
/>
149
148
</ Tabs >
0 commit comments