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
biao
9 years ago
Commit
a32a8653ebcf0d21ffb001c4dd9e7a4381bb5678
1 parent
fb994531
更改获取限购商品码的id
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/product/detail/like.js
static/js/product/detail/like.js
View file @
a32a865
...
...
@@ -12,7 +12,7 @@ var $ = require('jquery'),
var
productId
=
$
(
'#productId'
).
val
();
var
skn
=
$
(
'#preferenceUrl'
).
val
().
split
(
'?'
)[
1
].
split
(
'&'
)[
0
].
split
(
'='
)[
1
],
productCode
=
$
(
'#
productLimitCode'
).
val
()
||
'123'
;
productCode
=
$
(
'#
limitProductCode'
).
val
()
;
$
(
'#likeBtn'
).
on
(
'touchstart'
,
function
()
{
var
opt
,
...
...
Please
register
or
login
to post a comment