...
|
...
|
@@ -175,7 +175,7 @@ export default class UserLogoutReason extends Component { |
|
|
<Text style={{textAlign:'right',fontSize:11,color:'#ffffff',letterSpacing:-0.34}}>{this.state.resendBtnText}</Text>
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
{this.props.imageCheckSwitchState || true?
|
|
|
{this.props.imageCheckSwitchState ?
|
|
|
<View style={{flexDirection:'row',alignItems:'center', justifyContent:'space-between',width:240,paddingTop:2}}>
|
|
|
<Text style={{fontSize:12,color:'#b0b0b0',textAlign:'left'}}>请将下列图片点击翻转至正确方向</Text>
|
|
|
<TouchableOpacity
|
...
|
...
|
@@ -193,7 +193,7 @@ export default class UserLogoutReason extends Component { |
|
|
</View>
|
|
|
:null
|
|
|
}
|
|
|
{this.props.imageCheckSwitchState || true?
|
|
|
{this.props.imageCheckSwitchState ?
|
|
|
<View style={styles.graphicsContentView}>
|
|
|
<View style={styles.imageContainer}>
|
|
|
<TouchableOpacity
|
...
|
...
|
|