Commit e1fb7741 by Confettis

fix payscore

parent 9285059c
...@@ -725,7 +725,7 @@ class FacePage extends Component { ...@@ -725,7 +725,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