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