Commit 08018400 by libai

测试

parent 62e852bc
Showing with 8 additions and 9 deletions
alert(12121)
\ No newline at end of file
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
</script> </script>
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="google-signin-scope" content="profile email">
<meta name="google-signin-client_id" content="534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
...@@ -16,7 +17,7 @@ ...@@ -16,7 +17,7 @@
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/neck.css"> <link rel="stylesheet" href="css/neck.css">
<link rel="stylesheet" href="css/login.css?v=20220620"> <link rel="stylesheet" href="css/login.css?v=20220620">
<script class="google-login" async defer></script> <script src="https://apis.google.com/js/platform.js" class="google-login" async defer></script>
</head> </head>
<body style="background: #F4F5F8"> <body style="background: #F4F5F8">
...@@ -315,11 +316,11 @@ ...@@ -315,11 +316,11 @@
<script src="lib/login.js?v=20220620"></script> <script src="lib/login.js?v=20220620"></script>
<script> <script>
$(function(){ $(function(){
var html=[] // var html=[]
html+='<meta name="google-signin-scope" content="profile email">' // html+='<meta name="google-signin-scope" content="profile email">'
html+='<meta name="google-signin-client_id" content="534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com">' // html+='<meta name="google-signin-client_id" content="534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com">'
$("head").append(html) // $("head").append(html)
$(".google-login").attr("src","https://apis.google.com/js/platform.js") // $(".google-login").attr("src","https://apis.google.com/js/platform.js")
......
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