Authored by yyq

静态资源调整

@@ -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);