Commit facf1052 by libai

测试

parent af7933d4
Showing with 3 additions and 2 deletions
...@@ -128,6 +128,7 @@ function loginGo(){ ...@@ -128,6 +128,7 @@ function loginGo(){
function handleCredentialResponse(response) { function handleCredentialResponse(response) {
console.log("Encoded JWT ID token: " + response.credential); console.log("Encoded JWT ID token: " + response.credential);
} }
$()
window.onload = function () { window.onload = function () {
google.accounts.id.initialize({ google.accounts.id.initialize({
client_id: "534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com", client_id: "534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com",
...@@ -137,7 +138,7 @@ function loginGo(){ ...@@ -137,7 +138,7 @@ function loginGo(){
document.getElementById("buttonDiv"), document.getElementById("buttonDiv"),
{ theme: "outline", size: "large" } // customization attributes { theme: "outline", size: "large" } // customization attributes
); );
google.accounts.id.prompt(); // also display the One Tap dialog // google.accounts.id.prompt(); // also display the One Tap dialog
} }
var html=[]; var html=[];
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</div> </div>
<div class="m-box"> <div class="m-box">
<div style="height: 60px;"></div> <div style="height: 60px;"></div>
<h2 class="box-title"><img src="images/front/category1.png" alt=""><span>在線美女</span></h2>
<ul class="live-box-ul clearfix"> <ul class="live-box-ul clearfix">
<!-- <li> <!-- <li>
<div class="live-top-box"> <div class="live-top-box">
......
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