Showing
1 changed file
with
0 additions
and
2 deletions
@@ -70,7 +70,6 @@ function show(html, cb) { | @@ -70,7 +70,6 @@ function show(html, cb) { | ||
70 | init(); | 70 | init(); |
71 | } | 71 | } |
72 | $('.chose-panel').show(); | 72 | $('.chose-panel').show(); |
73 | - $('body').css('overflow', 'hidden'); | ||
74 | $num = $('#good-num'); | 73 | $num = $('#good-num'); |
75 | cbFn = cb; | 74 | cbFn = cb; |
76 | } | 75 | } |
@@ -78,7 +77,6 @@ function show(html, cb) { | @@ -78,7 +77,6 @@ function show(html, cb) { | ||
78 | //隐藏当前Panel | 77 | //隐藏当前Panel |
79 | function hide() { | 78 | function hide() { |
80 | $('.chose-panel').hide(); | 79 | $('.chose-panel').hide(); |
81 | - $('body').css('overflow', 'auto'); | ||
82 | } | 80 | } |
83 | 81 | ||
84 | //修改加入购物车的文字和背景 | 82 | //修改加入购物车的文字和背景 |
-
Please register or login to post a comment