Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
08018400
authored
Jun 20, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
62e852bc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
yazhaiTest/lib/demo.js
yazhaiTest/pc.html
yazhaiTest/lib/demo.js
View file @
08018400
alert
(
12121
)
\ No newline at end of file
yazhaiTest/pc.html
View file @
08018400
...
...
@@ -5,7 +5,8 @@
</script>
<head>
<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=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
...
...
@@ -16,7 +17,7 @@
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css"
>
<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>
<body
style=
"background: #F4F5F8"
>
...
...
@@ -315,11 +316,11 @@
<script
src=
"lib/login.js?v=20220620"
></script>
<script>
$
(
function
(){
var
html
=
[]
html
+=
'
<
meta
name
=
"google-signin-scope"
content
=
"profile email"
>
'
html+='
<
meta
name
=
"google-signin-client_id"
content
=
"534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com"
>
'
$("head").append(html)
$(".google-login").attr("src","https://apis.google.com/js/platform.js")
//
var html=[]
//
html+='
<
meta
name
=
"google-signin-scope"
content
=
"profile email"
>
'
//
html+='
<
meta
name
=
"google-signin-client_id"
content
=
"534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com"
>
'
//
$("head").append(html)
//
$(".google-login").attr("src","https://apis.google.com/js/platform.js")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment