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);