Showing
2 changed files
with
2 additions
and
2 deletions
@@ -41,7 +41,7 @@ const refund = (req, res, next) => { | @@ -41,7 +41,7 @@ const refund = (req, res, next) => { | ||
41 | 41 | ||
42 | returns.getRefundGoodsData(code, uid).then(result => { | 42 | returns.getRefundGoodsData(code, uid).then(result => { |
43 | res.display('index', { | 43 | res.display('index', { |
44 | - page: 'returns-refund', | 44 | + page: 'refund', |
45 | content: result | 45 | content: result |
46 | }); | 46 | }); |
47 | }).catch(next); | 47 | }).catch(next); |
@@ -76,7 +76,7 @@ const refundDetail = (req, res, next) => { | @@ -76,7 +76,7 @@ const refundDetail = (req, res, next) => { | ||
76 | 76 | ||
77 | returns.getRefundDetailData(applyId, uid).then(result => { | 77 | returns.getRefundDetailData(applyId, uid).then(result => { |
78 | res.display('index', { | 78 | res.display('index', { |
79 | - page: 'refund', | 79 | + page: 'refund-detail', |
80 | content: result | 80 | content: result |
81 | }); | 81 | }); |
82 | }).catch(next); | 82 | }).catch(next); |
public/js/me/refund-detail.page.js
0 → 100644
-
Please register or login to post a comment