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
0faf2a922482e6dca91df8b953ea6971b19178ac
1 parent
a44dfd9a
限购商品详情 跳转APP
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 @
0faf2a9
...
...
@@ -18,8 +18,6 @@ var goodsDiscountEl = document.getElementById('goodsDiscount'),
var
$cart
=
$
(
'.cart-bar'
);
var
limitSaleHammer
=
(
limitSaleHammer
=
document
.
getElementById
(
'limit-sale'
))
&&
new
Hammer
(
limitSaleHammer
);
var
appUrl
=
$
(
'input[name="limitCodeUrl"]'
).
val
();
var
dialog
=
require
(
'../../me/dialog'
);
...
...
Please
register
or
login
to post a comment