Commit c52febb5 by libai

测试

parent 2c2d0066
Showing with 12 additions and 12 deletions
......@@ -482,18 +482,18 @@ function googleLogin(){
document.getElementById("buttonDiv-big"),
{ theme: "outline", size: "large", } // customization attributes
);
google.accounts.id.renderButton(
document.getElementById("buttonDiv1"),
{ theme: "outline", size: "large",type:'icon' } // customization attributes
);
google.accounts.id.renderButton(
document.getElementById("buttonDiv2"),
{ theme: "outline", size: "large",type:'icon' } // customization attributes
);
google.accounts.id.renderButton(
document.getElementById("buttonDiv3"),
{ theme: "outline", size: "large",type:'icon' } // customization attributes
);
// google.accounts.id.renderButton(
// document.getElementById("buttonDiv1"),
// { theme: "outline", size: "large",type:'icon' } // customization attributes
// );
// google.accounts.id.renderButton(
// document.getElementById("buttonDiv2"),
// { theme: "outline", size: "large",type:'icon' } // customization attributes
// );
// google.accounts.id.renderButton(
// document.getElementById("buttonDiv3"),
// { theme: "outline", size: "large",type:'icon' } // customization attributes
// );
// google.accounts.id.prompt(); // also display the One Tap dialog
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment