Authored by zhangxiaoru

exchange

@@ -105,10 +105,10 @@ const getProductInfo = (req, res, next) => { @@ -105,10 +105,10 @@ const getProductInfo = (req, res, next) => {
105 }; 105 };
106 106
107 const exchangeDeatail = (req, res) => { 107 const exchangeDeatail = (req, res) => {
108 - // let id = 125946;  
109 - // let uid = 8050560; 108 + let id = 125946;
  109 + let uid = 8050560;
110 110
111 - // returns.getExchangeDetailData(id, uid).then(result => { 111 + returns.getExchangeDetailData(id, uid).then(result => {
112 res.display('index', { 112 res.display('index', {
113 page: 'exchange-detail', 113 page: 'exchange-detail',
114 isMe: true, 114 isMe: true,
@@ -119,7 +119,7 @@ const exchangeDeatail = (req, res) => { @@ -119,7 +119,7 @@ const exchangeDeatail = (req, res) => {
119 119
120 exchange: { 120 exchange: {
121 finish: true, 121 finish: true,
122 - way: '上门送货', 122 + deliveryTpyeName: '上门送货',
123 goodsList: [ 123 goodsList: [
124 { 124 {
125 goodsImage: '', 125 goodsImage: '',
@@ -136,7 +136,7 @@ const exchangeDeatail = (req, res) => { @@ -136,7 +136,7 @@ const exchangeDeatail = (req, res) => {
136 } 136 }
137 }); 137 });
138 138
139 - // }); 139 + });
140 }; 140 };
141 141
142 module.exports = { 142 module.exports = {