Authored by zhangxiaoru

coupon

... ... @@ -196,7 +196,7 @@ getChannel = function functionName() {
C_ID = getChannel();
$('.floor-focus').find('li').on('click', function() {
event.preventDefault();
//event.preventDefault();
var foId = $(this).parents('.floor-focus').data('id'),
foName = $(this).parents('.floor-focus').data('floor-name'),
foindex = $(this).parents('.floor-focus').index() + 1,
... ...