Commit 9b353616 by zeven

修复收银台无法扫码问题

parent 51d7fb1d
{ {
"name": "zm-face-counter", "name": "zm-face-counter",
"version": "1.2.1", "version": "1.2.2",
"private": true, "private": true,
"scripts": { "scripts": {
"android": "react-native run-android", "android": "react-native run-android",
......
...@@ -539,13 +539,11 @@ class VerticalPage extends Component { ...@@ -539,13 +539,11 @@ class VerticalPage extends Component {
closeHint={this.closeHint} closeHint={this.closeHint}
/> />
<View style={styles.header}> <View style={styles.header}>
<Touch onPress={() => this.hideLogo()}> <View style={styles.left}>
<View style={styles.left}> {logoVisible && <Image source={logo} />}
{logoVisible && <Image source={logo} />} <Image style={styles.counterText} source={counterText} />
<Image style={styles.counterText} source={counterText} /> <Image source={img24h} />
<Image source={img24h} /> </View>
</View>
</Touch>
<Touch onPress={() => this.onCall()} style={{marginLeft: 50}}> <Touch onPress={() => this.onCall()} style={{marginLeft: 50}}>
<View style={styles.right}> <View style={styles.right}>
<Image style={styles.phone} source={phone} /> <Image style={styles.phone} source={phone} />
......
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