Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
e014245d6c08c960303ce65b611fff8e4f385565
1 parent
b3b61c9f
限购商品详情 跳转APP
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
static/js/product/detail/detail.js
static/js/product/detail/detail.js
View file @
e014245
...
...
@@ -110,12 +110,8 @@ $('#limit-sale').on('touchend', function(e) {
window
.
location
.
href
=
appUrl
;
window
.
setTimeout
(
function
(){
document
.
body
.
removeChild
(
ifr
);
if
(
isAndroid
)
{
window
.
location
.
href
=
'http://yoho-apps.qiniudn.com/YohoBuy_YOHO.apk'
;
}
else
if
(
isIPhone
||
isIPad
)
{
window
.
location
.
href
=
'https://itunes.apple.com/cn/app/yoho!-you-huo/id490655927?mt=8'
;
}
},
3000
)
window
.
location
.
href
=
'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho'
;
},
3000
);
},
undefined
,
true
);
...
...
Please
register
or
login
to post a comment