Showing
1 changed file
with
1 additions
and
1 deletions
@@ -61,8 +61,8 @@ var $listNav = $('#list-nav'), | @@ -61,8 +61,8 @@ var $listNav = $('#list-nav'), | ||
61 | var swipers = [], | 61 | var swipers = [], |
62 | goodsType = ['coat', 'trouser', 'shoes', 'other']; | 62 | goodsType = ['coat', 'trouser', 'shoes', 'other']; |
63 | 63 | ||
64 | -require('../common/suspend-cart'); // 悬浮购物车 | ||
65 | require('../common'); | 64 | require('../common'); |
65 | +require('../common/suspend-cart'); // 悬浮购物车 | ||
66 | 66 | ||
67 | ellipsis.init(); | 67 | ellipsis.init(); |
68 | 68 |
-
Please register or login to post a comment