Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
梁志锋
9 years ago
Commit
80498e3aa72eed4af6a247eb0195d121dcc43cec
1 parent
c0e316d9
add files
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
16 deletions
static/index.js
static/js/cart/cart.js
static/index.js
View file @
80498e3
...
...
@@ -9,5 +9,6 @@ require('./js/index/entry');
require
(
'./js/passport/entry'
);
require
(
'./js/product/entry'
);
require
(
'./js/me/entry'
);
require
(
'./js/cart/entry'
);
module
.
exports
=
yohobuy
;
...
...
static/js/cart/cart.js
View file @
80498e3
...
...
@@ -43,26 +43,10 @@ navHammer.on('tap', function(e) {
$
(
window
).
trigger
(
'scroll'
);
});
$
(
'.btn-balance'
).
on
(
'touchend'
,
function
()
{
window
.
location
.
href
=
'/cart/index/orderEnsure?cartType='
+
cartType
;
});
//$('.advance-buy').on('touchend', function() {
// var $advanceBuy = $('#advanceBuy'),
// $mainCart = $('#mainCart');
//
// if ($advanceBuy.hasClass('hide')) {
// $mainCart.removeClass('show').addClass('hide');
// $advanceBuy.removeClass('hide').addClass('show');
// } else {
// $advanceBuy.removeClass('show').addClass('hide');
// $mainCart.removeClass('hide').addClass('show');
// }
//});
$
(
'.chose'
).
on
(
'touchend'
,
function
()
{
//var id = $(this).closest('.gift-advance-good').data('id');
...
...
Please
register
or
login
to post a comment