...
|
...
|
@@ -144,7 +144,7 @@ export default class UserLogoutReason extends Component { |
|
|
style={styles.check}
|
|
|
source={this.state.readedClause == false ? require('../../images/weixuan.png'): require('../../images/xuanze.png')}
|
|
|
/>
|
|
|
<Text style={{color:'#444444'}}>我已阅读并同意以下协议</Text>
|
|
|
<Text style={{color:'#444444',fontSize:12}}>我已阅读并同意以下协议</Text>
|
|
|
</TouchableOpacity>
|
|
|
<TouchableOpacity
|
|
|
style={{paddingTop:5, paddingBottom:5}}
|
...
|
...
|
@@ -152,7 +152,7 @@ export default class UserLogoutReason extends Component { |
|
|
onPress={() => {
|
|
|
this.props.onPressLogoutClause && this.props.onPressLogoutClause();
|
|
|
}}>
|
|
|
<Text style={{color:'#4a90e2'}}>《有货注销条款》</Text>
|
|
|
<Text style={{color:'#4a90e2',fontSize:12}}>《有货注销条款》</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
<TouchableOpacity
|
...
|
...
|
@@ -201,7 +201,7 @@ export default class UserLogoutReason extends Component { |
|
|
this.props.hiddenTipModalstate && this.props.hiddenTipModalstate();
|
|
|
this.props.naviBackAction && this.props.naviBackAction();
|
|
|
}}>
|
|
|
<Text style={{fontSize:17,color:'#d0021b',letterSpacing:-0.41}}>返回</Text>
|
|
|
<Text style={{fontSize:17,color:'#d0021b',letterSpacing:-0.41,fontWeight:'500'}}>返回</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
</View>
|
...
|
...
|
@@ -222,7 +222,7 @@ export default class UserLogoutReason extends Component { |
|
|
this.props.hiddenTipModalstate && this.props.hiddenTipModalstate();
|
|
|
this.props.naviBackAction && this.props.naviBackAction();
|
|
|
}}>
|
|
|
<Text style={{fontSize:17,color:'#d0021b',letterSpacing:-0.41}}>暂不</Text>
|
|
|
<Text style={{fontSize:17,color:'#d0021b',letterSpacing:-0.41,fontWeight:'500'}}>暂不</Text>
|
|
|
</TouchableOpacity>
|
|
|
<View style={{width:0.5,height:45,backgroundColor:'#e0e0e0'}}/>
|
|
|
<TouchableOpacity
|
...
|
...
|
@@ -291,7 +291,7 @@ export default class UserLogoutReason extends Component { |
|
|
this.setState({image0Degree,image1Degree,image2Degree,image3Degree})
|
|
|
this.props.changeImageCode && this.props.changeImageCode();
|
|
|
}}>
|
|
|
<Text style={{textAlign:'right',fontSize:12,color:'#d0021b',letterSpacing:-0.34}}>换一批</Text>
|
|
|
<Text style={{textAlign:'right',fontSize:12,color:'#d0021b',letterSpacing:-0.34,}}>换一批</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
:null
|
...
|
...
|
@@ -362,7 +362,7 @@ export default class UserLogoutReason extends Component { |
|
|
onPress={() => {
|
|
|
this.props.showLogoutReasonModalAction && this.props.showLogoutReasonModalAction(false)
|
|
|
}}>
|
|
|
<Text style={{fontSize:17,color:'#d0021b',letterSpacing:-0.41}}>取消</Text>
|
|
|
<Text style={{fontSize:17,color:'#d0021b',letterSpacing:-0.41,fontWeight:'500'}}>取消</Text>
|
|
|
</TouchableOpacity>
|
|
|
<View style={{width:0.5,height:45,backgroundColor:'#e0e0e0'}}/>
|
|
|
<TouchableOpacity
|
...
|
...
|
@@ -506,7 +506,8 @@ let styles = StyleSheet.create({ |
|
|
flexDirection: 'row',
|
|
|
marginTop: 25,
|
|
|
justifyContent:'flex-start',
|
|
|
marginLeft: 10
|
|
|
marginLeft: 10,
|
|
|
alignItems:'center'
|
|
|
},
|
|
|
check: {
|
|
|
width: 14,
|
...
|
...
|
|