暂时隐藏apple登录

This commit is contained in:
CounterFire2023 2023-09-21 11:54:02 +08:00
parent dd639ed72c
commit cd1ce390f0

View File

@ -3,10 +3,10 @@ const pages = {
closePage: async function () { closePage: async function () {
callNative({ action: 'closepage' }); callNative({ action: 'closepage' });
}, },
loginWithApple: async function () { //loginWithApple: async function () {
let res = await callMethod('walletLogin', '1', 'dev'); // let res = await callMethod('walletLogin', '1', 'dev');
console.log(res); // console.log(res);
}, //},
loginWithGoogle: async function () { loginWithGoogle: async function () {
let res = await callMethod('walletLogin', '0', 'dev'); let res = await callMethod('walletLogin', '0', 'dev');
console.log(res); console.log(res);