Commit f23587ae by wujiabao

change defaultComponent

parent c384db3a
...@@ -27,7 +27,7 @@ class DefaultComponent extends React.Component{ ...@@ -27,7 +27,7 @@ class DefaultComponent extends React.Component{
//控制显示扫码页面并且显示扫码页 //控制显示扫码页面并且显示扫码页
skipInputCode(){ skipInputCode(){
this.props.changeCodePage(false); this.props.changeCodePage(false);
this.props.changeSanCodePage('HandCode') this.props.changeSanCodePage('SanCode')
} }
} }
export default DefaultComponent; export default DefaultComponent;
\ No newline at end of file
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