Commit b308e370 by 黄日华

待机页面添加输入条码按钮

parent fc72d23f
......@@ -682,6 +682,13 @@ class VerticalPage extends Component {
<Image style={styles.Imageee} source={guide} />
</View>
<View style={styles.guardModal_button}>
<View
style={{
display: 'flex',
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
}}>
<Touch onPress={() => this.onCall()}>
<View style={styles.guardModal_button_call}>
<Text style={styles.callText}>呼叫客服</Text>
......@@ -693,6 +700,22 @@ class VerticalPage extends Component {
</View>
</Touch>
</View>
<View
style={{
marginTop: '5%',
display: 'flex',
flexDirection: 'row',
justifyContent: 'flex-end',
alignItems: 'center',
}}>
<View style={[styles.guardModal_button_call, {opacity: 0}]} />
<Touch onPress={() => this.props.handleBarcode()}>
<View style={styles.guardModal_button_nobuy}>
<Text style={styles.callText}>输入条码</Text>
</View>
</Touch>
</View>
</View>
</View>
) : null}
<HintPhone
......@@ -1746,20 +1769,20 @@ const styles = {
backgroundColor: '#0C0C0C',
},
guardModal_image: {
height: '70%',
height: '65%',
width: '100%',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
},
Imageee: {
minHeight: '65%',
minHeight: '60%',
},
guardModal_button: {
height: '30%',
height: '35%',
width: '100%',
display: 'flex',
flexDirection: 'row',
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'center',
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment