Commit 9b353616 by zeven

修复收银台无法扫码问题

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