Showing
1 changed file
with
2 additions
and
5 deletions
@@ -130,11 +130,8 @@ const getProductInfo = (req, res, next) => { | @@ -130,11 +130,8 @@ const getProductInfo = (req, res, next) => { | ||
130 | * 换货详情页 | 130 | * 换货详情页 |
131 | */ | 131 | */ |
132 | const exchangeDeatail = (req, res) => { | 132 | const exchangeDeatail = (req, res) => { |
133 | - // let id = parseInt(req.params.applyId, 10), | ||
134 | - // uid = req.user.uid; | ||
135 | - | ||
136 | - let id = 125946; | ||
137 | - let uid = 8050560; | 133 | + let id = parseInt(req.params.applyId, 10), |
134 | + uid = req.user.uid; | ||
138 | 135 | ||
139 | returns.getExchangeDetailData(id, uid).then(result => { | 136 | returns.getExchangeDetailData(id, uid).then(result => { |
140 | 137 |
-
Please register or login to post a comment