Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
b0cfffe298619d46b14b3341653444d4cad9b68e
1 parent
e014245d
限购商品详情 跳转APP
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
static/js/product/detail/detail.js
static/js/product/detail/detail.js
View file @
b0cfffe
...
...
@@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) {
u
=
navigator
.
userAgent
,
ifr
;
var
isAndroid
=
u
.
indexOf
(
'Android'
)
>
-
1
||
u
.
indexOf
(
'Linux'
)
>
-
1
,
isIPhone
=
u
.
indexOf
(
'iPhone'
)
>
-
1
,
isIPad
=
u
.
indexOf
(
'iPad'
)
>
-
1
;
e
.
stopPropagation
();
if
(
loginUrl
)
{
...
...
Please
register
or
login
to post a comment