Commit 79c4880d by 黄日华

增加收银程序刷脸启动失败自动修复功能

parent 57a7eeb2
......@@ -299,7 +299,10 @@ class VerticalPage extends Component {
if (!params) {
if (this.faceRetry) {
this.faceRetry = false;
this.props.speak('刷脸支付启动失败,正在重新启动应用修复', true);
this.props.speak(
'刷脸支付启动失败,正在重新启动应用进行修复,请稍等...',
true,
);
Restart.restartApp();
} else {
this.faceRetry = 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