Authored by whb

资讯

... ... @@ -156,8 +156,8 @@ define('mobile', function(require, exports) {
};
exports.news = function() {
$('select').on('click', function() {
/*var nowIndex = $('option').not(function() {
$('select').on('change', function() {
/* var nowIndex = $('option').not(function() {
return !this.selected
}).index();
$('.news-main').removeClass('current').eq(nowIndex).addClass('current');*/
... ...