Authored by 姜枫

edit shopping cart page cache

... ... @@ -17,7 +17,7 @@ exports.index = (req, res, next) => {
cartModel.getCartData(shoppingKey, uid).then((result) => {
if (result.code === 200) {
res.header('Cache-Control', 'no-cache');
res.header('Cache-Control', 'no-store');
res.display('cart', _.merge({
module: 'shopping',
... ...