Authored by zhangxiaoru

exchange

@@ -75,8 +75,8 @@ const exchange = (req, res, next) => { @@ -75,8 +75,8 @@ const exchange = (req, res, next) => {
75 }; 75 };
76 76
77 const detailExchange = (req, res) => { 77 const detailExchange = (req, res) => {
78 - const uid = global.yoho.uid || '8050560';  
79 - const page = req.query.page; 78 + // const uid = global.yoho.uid || '8050560';
  79 + // const page = req.query.page;
80 80
81 res.display('index', { 81 res.display('index', {
82 page: 'exchange-detail', 82 page: 'exchange-detail',
@@ -89,10 +89,10 @@ const detailExchange = (req, res) => { @@ -89,10 +89,10 @@ const detailExchange = (req, res) => {
89 title: '换货申请', 89 title: '换货申请',
90 hidePrice: true, 90 hidePrice: true,
91 orderGoods: { 91 orderGoods: {
92 - goodsImage: '//img13.static.yhbimg.com/goodsimg/2015/08/25/02/02166fbbc91037e5a43e89e7d3628834da.jpg?imageMogr2/thumbnail/65x90/extent/65x90/background/d2hpdGU=/position/center/quality/80', 92 + goodsImage: '',
93 productName: 'TEEBACCO 极简笑脸印花卫衣', 93 productName: 'TEEBACCO 极简笑脸印花卫衣',
94 colorName: '黑色', 94 colorName: '黑色',
95 - sizeName: 'M', 95 + sizeName: 'M'
96 } 96 }
97 97
98 } 98 }