Commit 205530bd by zeven

Merge remote-tracking branch 'origin/hzp'

parents 449ebdc9 e1fb7741
...@@ -719,7 +719,7 @@ class FacePage extends Component { ...@@ -719,7 +719,7 @@ class FacePage extends Component {
goTips = async () => { goTips = async () => {
if (this.payscoreEnable) { if (this.payscoreEnable) {
await this.setState({tipsModal: false}); await this.setState({tipsModal: false});
this.payscore(); // this.payscore();
} else { } else {
Speech.speak('请扫码开门'); Speech.speak('请扫码开门');
this.setQrcode({action: this.action, tip: '请扫码开门', qrcode: true}); this.setQrcode({action: this.action, tip: '请扫码开门', qrcode: true});
......
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