From cd1ce390f05721208f33b5d862d954430a1d852d Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8Fapple?= =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/run_sample.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/scripts/run_sample.js b/assets/scripts/run_sample.js index e3e25c5..fa766bd 100644 --- a/assets/scripts/run_sample.js +++ b/assets/scripts/run_sample.js @@ -3,10 +3,10 @@ const pages = { closePage: async function () { callNative({ action: 'closepage' }); }, - loginWithApple: async function () { - let res = await callMethod('walletLogin', '1', 'dev'); - console.log(res); - }, + //loginWithApple: async function () { + // let res = await callMethod('walletLogin', '1', 'dev'); + // console.log(res); + //}, loginWithGoogle: async function () { let res = await callMethod('walletLogin', '0', 'dev'); console.log(res);