Authored by ccbikai(👎🏻🍜)

Merge remote-tracking branch 'origin/release/5.4.1' into gray

@@ -136,7 +136,7 @@ const newDetail = { @@ -136,7 +136,7 @@ const newDetail = {
136 return res.json({ 136 return res.json({
137 code: 400, 137 code: 400,
138 data: helpers.urlFormat('/signin.html', { 138 data: helpers.urlFormat('/signin.html', {
139 - refer: req.originalUrl 139 + refer: req.headers.referer
140 })}); 140 })});
141 } 141 }
142 142
@@ -45,6 +45,7 @@ @@ -45,6 +45,7 @@
45 } 45 }
46 46
47 .cart-nav { 47 .cart-nav {
  48 + position: relative;
48 color: #c6c6c6; 49 color: #c6c6c6;
49 border-bottom: 1PX solid #e0e0e0; 50 border-bottom: 1PX solid #e0e0e0;
50 background: #fff; 51 background: #fff;
@@ -86,6 +87,7 @@ @@ -86,6 +87,7 @@
86 top: 24px; 87 top: 24px;
87 right: 30px; 88 right: 30px;
88 font-size: 30px; 89 font-size: 30px;
  90 + padding: 0;
89 } 91 }
90 92
91 span { 93 span {