Skip to content

Commit c7464cd

Browse files
committed
demo优化
1 parent 20ce19a commit c7464cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

example/App.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ export default class App extends React.Component {
246246
};
247247
JVerification.addLoginEventListener(this.LoginListener);
248248
if(Platform.OS == 'ios'){
249-
this.UnCheckboxEvent = result => {
250-
console.log('UnCheckboxEvent:未选中隐私协议框');
251-
this.createAlert('Listener:未选中隐私协议框' );
252-
}
253-
JVerification.addUncheckBoxEventListener(this.UnCheckboxEvent)
254-
}
249+
this.UnCheckboxEvent = result => {
250+
console.log('UnCheckboxEvent:未选中隐私协议框');
251+
this.createAlert('Listener:未选中隐私协议框' );
252+
}
253+
JVerification.addUncheckBoxEventListener(this.UnCheckboxEvent);
254+
}
255255
}
256256

257257
render() {

0 commit comments

Comments
 (0)