Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
b48cd19715a8bceee6dfa89df66b060c0d1e0e91
2 parents
0faf2a92
1021a09d
Merge remote-tracking branch 'remotes/origin/develop/wap' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
static/js/product/detail/detail.js
static/js/product/detail/detail.js
View file @
b48cd19
...
...
@@ -82,7 +82,6 @@ if (goodsDiscountHammer && $discountFolder.children().length > 0) {
$
(
'#limit-sale'
).
on
(
'touchend'
,
function
(
e
)
{
var
loginUrl
=
$
(
'#loginUrl'
).
val
(),
u
=
navigator
.
userAgent
,
ifr
;
e
.
stopPropagation
();
...
...
@@ -96,7 +95,6 @@ $('#limit-sale').on('touchend', function(e) {
rightBtnText
:
'打开Yoho!Buy有货APP'
}
},
function
()
{
ifr
=
document
.
createElement
(
'iframe'
);
ifr
.
src
=
appUrl
;
ifr
.
style
.
display
=
'none'
;
...
...
Please
register
or
login
to post a comment