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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-04-10 11:41:21 +0800
Commit
c35ac12b535a85022ccf5b73d1e24aeed92276f6
1 parent
07ea0bfe
cartType
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 @
c35ac12
...
...
@@ -170,7 +170,7 @@ $buyNowBtn.on('touchstart', function() {
if
(
result
.
code
===
200
)
{
setTimeout
(
function
()
{
window
.
location
.
href
=
'/cart/index/index'
;
window
.
location
.
href
=
'/cart/index/index
?cartType=ordinary
'
;
},
500
);
}
},
...
...
Please
register
or
login
to post a comment