Authored by 郝肖肖

gulp ge 5.0.2

... ... @@ -14857,7 +14857,7 @@ function init() {
msg: null,
cartType: 'ordinary'
};
window.setCookie('order-info', JSON.stringify(info));
window.setCookie('order-info', JSON.stringify(info), {path: '/cart'});
}
// info 必须是 JSON 字符串
... ... @@ -14877,7 +14877,7 @@ exports.orderInfo = function(key, value) {
return info[key];
}
info[key] = value;
window.setCookie('order-info', JSON.stringify(info));
window.setCookie('order-info', JSON.stringify(info), {path: '/cart'});
};
});
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.