Authored by 沈志敏

fix bug

... ... @@ -424,4 +424,4 @@ exports.getCoupon = (req, res, next) => {
return res.json(data);
})
.catch(next);
};
\ No newline at end of file
};
... ...
... ... @@ -387,4 +387,4 @@ exports.getSeckillData = (req, res) => {
});
};
\ No newline at end of file
};
... ...
... ... @@ -154,4 +154,4 @@ require('./detail/page-render')(function() {
if ($('.good-detail-page').length > 0) {
$('#yoho-footer').css('border-top', '1px solid #e0e0e0');
}
});
\ No newline at end of file
});
... ...