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
Plain Diff
Browse Files
Authored by
毕凯
8 years ago
Commit
9ba4a16321abcfd845f8e3a0574e0dd6f6020909
2 parents
271bebe4
eba18a6b
Merge branch 'hotfix/seckillClick' into 'master'
重复绑定click事件 See merge request
!259
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
public/js/cart/chose-panel.js
public/js/cart/chose-panel.js
View file @
9ba4a16
...
...
@@ -808,17 +808,10 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
});
}
else
{
$
(
'#chose-btn-sure'
).
click
(
function
()
{
var
thisSkn
=
$
(
'#productSkn'
).
val
();
var
thisSku
=
''
;
thisSku
=
$
(
'.size-list'
).
find
(
'.chosed'
).
attr
(
'data-skuid'
);
window
.
location
.
href
=
'/cart/index/seckill?skn='
+
thisSkn
+
'&sku='
+
thisSku
;
}
);
var
thisSkn
=
$
(
'#productSkn'
).
val
();
var
thisSku
=
''
;
thisSku
=
$
(
'.size-list'
).
find
(
'.chosed'
).
attr
(
'data-skuid'
);
window
.
location
.
href
=
'/cart/index/seckill?skn='
+
thisSkn
+
'&sku='
+
thisSku
;
}
}
...
...
Please
register
or
login
to post a comment