...
|
...
|
@@ -105,10 +105,10 @@ const getProductInfo = (req, res, next) => { |
|
|
};
|
|
|
|
|
|
const exchangeDeatail = (req, res) => {
|
|
|
// let id = 125946;
|
|
|
// let uid = 8050560;
|
|
|
let id = 125946;
|
|
|
let uid = 8050560;
|
|
|
|
|
|
// returns.getExchangeDetailData(id, uid).then(result => {
|
|
|
returns.getExchangeDetailData(id, uid).then(result => {
|
|
|
res.display('index', {
|
|
|
page: 'exchange-detail',
|
|
|
isMe: true,
|
...
|
...
|
@@ -119,7 +119,7 @@ const exchangeDeatail = (req, res) => { |
|
|
|
|
|
exchange: {
|
|
|
finish: true,
|
|
|
way: '上门送货',
|
|
|
deliveryTpyeName: '上门送货',
|
|
|
goodsList: [
|
|
|
{
|
|
|
goodsImage: '',
|
...
|
...
|
@@ -136,7 +136,7 @@ const exchangeDeatail = (req, res) => { |
|
|
}
|
|
|
});
|
|
|
|
|
|
// });
|
|
|
});
|
|
|
};
|
|
|
|
|
|
module.exports = {
|
...
|
...
|
|