Showing
1 changed file
with
0 additions
and
2 deletions
@@ -241,14 +241,12 @@ $listNav.on('touchend touchcancel', function(e) { | @@ -241,14 +241,12 @@ $listNav.on('touchend touchcancel', function(e) { | ||
241 | $dropList.toggle(); | 241 | $dropList.toggle(); |
242 | $dropList.find('.default').on('touchend touchcancel', function() { | 242 | $dropList.find('.default').on('touchend touchcancel', function() { |
243 | $thisLi = $(this); | 243 | $thisLi = $(this); |
244 | - | ||
245 | $firstText.html('默认'); | 244 | $firstText.html('默认'); |
246 | popularityFilter($thisLi, 'default'); | 245 | popularityFilter($thisLi, 'default'); |
247 | return false; | 246 | return false; |
248 | }); | 247 | }); |
249 | $dropList.find('.popularity').on('touchend touchcancel', function() { | 248 | $dropList.find('.popularity').on('touchend touchcancel', function() { |
250 | $thisLi = $(this); | 249 | $thisLi = $(this); |
251 | - | ||
252 | $firstText.html('人气'); | 250 | $firstText.html('人气'); |
253 | popularityFilter($thisLi, 'popularity'); | 251 | popularityFilter($thisLi, 'popularity'); |
254 | return false; | 252 | return false; |
-
Please register or login to post a comment