Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2016-05-13 15:14:20 +0800
Commit
cdaccda0bee421cc36b702a0fa763971bfc584ff
1 parent
10ee729e
ua判断
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail.js
apps/product/models/detail.js
View file @
cdaccda
...
...
@@ -104,7 +104,7 @@ const getLimitCodeUrl = (productCode, skn, ua) => {
let
isIphone
=
String
(
ua
).
indexOf
(
'iPhone'
)
>=
0
;
let
isIpad
=
ua
.
indexOf
(
'iPad'
)
>=
0
;
if
(
isIphone
||
isIpad
)
{
let
params
=
{};
...
...
Please
register
or
login
to post a comment