Authored by weiqingting

添加 app_version 到 User-Agent

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