暂时隐藏apple登录
This commit is contained in:
parent
dd639ed72c
commit
cd1ce390f0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user