Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
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
723f5c1a
authored
Feb 03, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
d8898b60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
phone2.html
phone2.html
View file @
723f5c1a
...
...
@@ -70,21 +70,21 @@
}
}
},
data
);
$
(
".btn"
).
on
(
"click"
,
function
(){
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
if
(
ua
.
match
(
/MicroMessenger/i
)
==
'micromessenger'
){
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://apps.apple.com/cn/app/id1522691256'
}
else
{
window
.
location
.
href
=
'https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live'
}
}
else
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://apps.apple.com/cn/app/id1522691256'
}
else
{
window
.
location
.
href
=
'https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk'
}
}
})
//
$(".btn").on("click",function(){
//
var ua = navigator.userAgent.toLowerCase();
//
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
//
if (/iphone|ipad|ipod/.test(ua)) {
//
window.location.href='https://apps.apple.com/cn/app/id1522691256'
//
}else{
//
window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live'
//
}
//
}else{
//
if (/iphone|ipad|ipod/.test(ua)) {
//
window.location.href='https://apps.apple.com/cn/app/id1522691256'
//
}else{
//
window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk'
//
}
//
}
//
})
</script>
</html>
\ No newline at end of file
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