Skip to content

Commit

Permalink
demo优化
Browse files Browse the repository at this point in the history
  • Loading branch information
hyhSuper committed Jan 25, 2021
1 parent 20ce19a commit c7464cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ export default class App extends React.Component {
};
JVerification.addLoginEventListener(this.LoginListener);
if(Platform.OS == 'ios'){
this.UnCheckboxEvent = result => {
console.log('UnCheckboxEvent:未选中隐私协议框');
this.createAlert('Listener:未选中隐私协议框' );
}
JVerification.addUncheckBoxEventListener(this.UnCheckboxEvent)
}
this.UnCheckboxEvent = result => {
console.log('UnCheckboxEvent:未选中隐私协议框');
this.createAlert('Listener:未选中隐私协议框' );
}
JVerification.addUncheckBoxEventListener(this.UnCheckboxEvent);
}
}

render() {
Expand Down

0 comments on commit c7464cd

Please sign in to comment.