...
|
...
|
@@ -81,19 +81,12 @@ const detailExchange = (req, res) => { |
|
|
content: {
|
|
|
nav: mcHandler.getMeCrumb('我的退/换货'),
|
|
|
navigation: mcHandler.getSideMenu('我的退/换货'),
|
|
|
banner: 'http://placehold.it/{width}x{height}',
|
|
|
exchange: {
|
|
|
title: '换货申请',
|
|
|
goods: {
|
|
|
img: '//img10.static.yhbimg.com/goodsimg/2016/01/08/10/0109e09f600bfa92adf43bd046166cc8d1.jpg?imageMogr2/thumbnail/65x90/extent/65x90/background/d2hpdGU=/position/center/quality/80',
|
|
|
name: 'TEEBACCO 极简笑脸印花卫衣',
|
|
|
color: '黑色',
|
|
|
size: 'M'
|
|
|
}
|
|
|
banner: 'http://placehold.it/{width}x{height}'
|
|
|
|
|
|
}
|
|
|
// exchange: {
|
|
|
|
|
|
|
|
|
// }
|
|
|
}
|
|
|
});
|
|
|
};
|
...
|
...
|
|