Authored by 梁志锋

购物车功能开发

... ... @@ -7,7 +7,7 @@
var $ = require('jquery'),
lazyLoad = require('yoho.lazyload');
var chosePanel = require('./chose-panel');
//var chosePanel = require('./chose-panel');
lazyLoad($('.lazy'));
... ...
... ... @@ -171,3 +171,9 @@ $('.advance-buy').on('touchend', function() {
});
$('.chose').on('touchend', function() {
//var id = $(this).closest('.gift-advance-good').data('id');
chosePanel.show();
});
... ...