From c7464cdee388295967a8582107e5245c4b966008 Mon Sep 17 00:00:00 2001 From: Alan <975348978@qq.com> Date: Mon, 25 Jan 2021 19:03:53 +0800 Subject: [PATCH] =?UTF-8?q?demo=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/App.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example/App.js b/example/App.js index 79c947e..78ee0a8 100644 --- a/example/App.js +++ b/example/App.js @@ -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() {