Authored by weiqingting

添加 app_version 到 User-Agent

... ... @@ -273,6 +273,7 @@ $('.s-activity', '.s-section').click(function() {
});
$('.good-info', '.goods-list').click(function() {
var options;
// var url = $(this).find('.good-detail-img').find('.good-thumb').attr('href');
// var index = $(this).index();
// var tid = $(this).parents('.s-section').data('template-id');
... ...