Authored by runner

bug 修复

@@ -89,7 +89,7 @@ $('.more-activity').click(function() { @@ -89,7 +89,7 @@ $('.more-activity').click(function() {
89 $('.more-activity').hide(); 89 $('.more-activity').hide();
90 $('.back-ground-white').each(function(index, e) { 90 $('.back-ground-white').each(function(index, e) {
91 if(index > 9) { 91 if(index > 9) {
92 - $(e)git .show(); 92 + $(e).show();
93 } 93 }
94 }); 94 });
95 }); 95 });