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