Authored by 陈峰

Merge branch 'feature/individuation' into 'gray'

'个性化调整'



See merge request !1395
@@ -13,7 +13,8 @@ exports.category = (req, res, next) => { @@ -13,7 +13,8 @@ exports.category = (req, res, next) => {
13 channel: req.query.channel, 13 channel: req.query.channel,
14 season: req.query.season, 14 season: req.query.season,
15 isApp: req.yoho.isApp, 15 isApp: req.yoho.isApp,
16 - scene: req.query.scene || 1 16 + scene: req.query.scene || 1,
  17 + imageType: req.query.imageType || 2
17 }; 18 };
18 let renders = {}; 19 let renders = {};
19 20
@@ -49,7 +50,8 @@ exports.shop = (req, res, next) => { @@ -49,7 +50,8 @@ exports.shop = (req, res, next) => {
49 channel: req.query.channel, 50 channel: req.query.channel,
50 season: req.query.season, 51 season: req.query.season,
51 isApp: req.yoho.isApp, 52 isApp: req.yoho.isApp,
52 - scene: req.query.scene || 1 53 + scene: req.query.scene || 1,
  54 + imageType: req.query.imageType || 2
53 }; 55 };
54 let renders = {}; 56 let renders = {};
55 57
@@ -143,6 +143,7 @@ @@ -143,6 +143,7 @@
143 font-size: 13px; 143 font-size: 13px;
144 color: #ccc; 144 color: #ccc;
145 font-weight: normal; 145 font-weight: normal;
  146 + text-decoration: line-through;
146 } 147 }
147 148
148 .cart-icon { 149 .cart-icon {
@@ -286,6 +287,6 @@ @@ -286,6 +287,6 @@
286 287
287 .tide-border-top { 288 .tide-border-top {
288 margin: 35px 30px 10px 40px; 289 margin: 35px 30px 10px 40px;
289 - border-top: 2px solid #b0b0b0; 290 + border-top: 10px solid #b0b0b0;
290 } 291 }
291 } 292 }