Authored by zzzzzzz

优惠券,帮助完成

... ... @@ -66,11 +66,11 @@ router.get('/favBrand', favorite.favfavBrand);
router.post('/favoriteDel', favorite.favoriteDelete);
// 优惠券
router.get('/coupons', coupons.index);
router.get('/coupons', auth, coupons.index);
router.post('/couponData', coupons.couponData);
// 帮助中心
router.get('/help', help.index);
router.get('/helpDetail', help.helpDetail);
module.exports = router;
module.exports = router;
\ No newline at end of file
... ...
... ... @@ -63,6 +63,7 @@ $('.employ span').each(function(index) {
$('#employ').html(' ');
statu = index;
page = 1;
AjaxFlag = 0;
couponAJAX(statu, page);
window.rePosFooter();
});
... ...