罗广聪

准备修改“我的”

@@ -177,7 +177,7 @@ export default class Mine extends Component { @@ -177,7 +177,7 @@ export default class Mine extends Component {
177 }} 177 }}
178 > 178 >
179 <View style={styles.itemLeft}> 179 <View style={styles.itemLeft}>
180 - <Text style={styles.leftTitle}>设置昵称</Text> 180 + <Text style={styles.leftTitle}>昵称</Text>
181 </View> 181 </View>
182 <View style={styles.itemRight}> 182 <View style={styles.itemRight}>
183 {this.state.IS_LOGIN === "yes" ? ( 183 {this.state.IS_LOGIN === "yes" ? (
@@ -203,7 +203,7 @@ export default class Mine extends Component { @@ -203,7 +203,7 @@ export default class Mine extends Component {
203 }} 203 }}
204 > 204 >
205 <View style={styles.itemLeft}> 205 <View style={styles.itemLeft}>
206 - <Text style={styles.leftTitle}>设置职业</Text> 206 + <Text style={styles.leftTitle}>职业</Text>
207 </View> 207 </View>
208 <View style={styles.itemRight}> 208 <View style={styles.itemRight}>
209 <Text style={styles.itemRightContent}> 209 <Text style={styles.itemRightContent}>
@@ -297,11 +297,6 @@ const styles = StyleSheet.create({ @@ -297,11 +297,6 @@ const styles = StyleSheet.create({
297 justifyContent: "flex-start", 297 justifyContent: "flex-start",
298 alignItems: "center" 298 alignItems: "center"
299 }, 299 },
300 - leftIcon: {  
301 - marginRight: 11,  
302 - width: 16,  
303 - height: 16  
304 - },  
305 leftTitle: { 300 leftTitle: {
306 fontSize: 15, 301 fontSize: 15,
307 color: "#242424" 302 color: "#242424"
@@ -312,7 +307,8 @@ const styles = StyleSheet.create({ @@ -312,7 +307,8 @@ const styles = StyleSheet.create({
312 alignItems: "center" 307 alignItems: "center"
313 }, 308 },
314 itemRightContent: { 309 itemRightContent: {
315 - marginRight: 5 310 + marginRight: 5,
  311 + color: "#7A7A7A"
316 }, 312 },
317 itemRightImg: { 313 itemRightImg: {
318 width: 14, 314 width: 14,
@@ -328,7 +324,4 @@ const styles = StyleSheet.create({ @@ -328,7 +324,4 @@ const styles = StyleSheet.create({
328 textAlign: "center", 324 textAlign: "center",
329 fontSize: 15 325 fontSize: 15
330 }, 326 },
331 - button: {  
332 - // fontSize: 14  
333 - }  
334 }); 327 });