Showing
3 changed files
with
7 additions
and
1 deletions
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | var $ = require('jquery'), | 7 | var $ = require('jquery'), |
8 | lazyLoad = require('yoho.lazyload'); | 8 | lazyLoad = require('yoho.lazyload'); |
9 | 9 | ||
10 | -var chosePanel = require('./chose-panel'); | 10 | +//var chosePanel = require('./chose-panel'); |
11 | 11 | ||
12 | lazyLoad($('.lazy')); | 12 | lazyLoad($('.lazy')); |
13 | 13 |
@@ -171,3 +171,9 @@ $('.advance-buy').on('touchend', function() { | @@ -171,3 +171,9 @@ $('.advance-buy').on('touchend', function() { | ||
171 | }); | 171 | }); |
172 | 172 | ||
173 | 173 | ||
174 | +$('.chose').on('touchend', function() { | ||
175 | + | ||
176 | + //var id = $(this).closest('.gift-advance-good').data('id'); | ||
177 | + chosePanel.show(); | ||
178 | +}); | ||
179 | + |
-
Please register or login to post a comment