Authored by 周少峰

Merge branch 'release/5.4.1' into gray

... ... @@ -115,7 +115,7 @@ const submit = (req, res, next) => {
};
if (req.cookies.union_data) {
unionObj.union_data = req.cookies.union_data
unionObj.union_data = req.cookies.union_data;
}
unionKey = JSON.stringify(unionObj);
... ...
... ... @@ -518,6 +518,8 @@ coupon = {
that.$radios.filter('.on').removeClass('on');
}
$this.addClass('on');
$this.parent().siblings('.red').removeClass('red');
$this.parent().addClass('red');
data = $this.data();
if (data) {
... ...
... ... @@ -877,6 +877,10 @@
line-height: 18px;
padding-bottom: 10px;
.red {
color: $red;
}
.empty-tip {
line-height: 24px;
padding-top: 10px;
... ...