diff --git a/src/main/resources/templates/passGuard.html b/src/main/resources/templates/passGuard.html index 6b48310..6cc4ad2 100644 --- a/src/main/resources/templates/passGuard.html +++ b/src/main/resources/templates/passGuard.html @@ -192,7 +192,6 @@ if (window.ReactNativeWebView) { switch (eventType) { case 'getVerifCode': - alert('getVerifCode: '+randKey); this.startCountdown(); postData = {eventType}; postDataStr = JSON.stringify(postData) @@ -212,7 +211,7 @@ break; } } else { - alert('无法与React Native通信'); + console.log('无法与React Native通信'); } };