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
陈峰
2017-03-07 14:43:53 +0800
Commit
740520ea2e1e2649a2379c34995324d7521c8008
2 parents
0ef5a826
0d52f11b
Merge branch 'feature/package' into release/5.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/bundle.page.js
public/js/product/bundle.page.js
View file @
740520e
...
...
@@ -93,7 +93,7 @@ $('.bundle-tabs').on('click', '.swiper-slide', (e) => {
/**
* 立即购买
*/
$buyNowBtn
.
on
(
'
click
'
,
function
()
{
$buyNowBtn
.
on
(
'
touchstart
'
,
function
()
{
let
bundleGoods
=
[],
bundleId
=
$
(
'#activityId'
).
val
(),
gskn
=
$
(
'span[id^="gskn"]'
),
...
...
Please
register
or
login
to post a comment