Authored by 郭成尧

referer

... ... @@ -58,7 +58,7 @@ const refund = {
*/
logistics(req, res) {
let headerData = headerModel.setNav({
navTitle: '退换货订单列表',
navTitle: '填写物流信息',
backUrl: helpers.urlFormat('/home/orders')
});
... ... @@ -69,7 +69,7 @@ const refund = {
applyid: req.query.applyid,
type: req.query.type,
localCss: true,
title: '退换货订单列表'
title: '填写物流信息'
});
},
... ...
... ... @@ -59,7 +59,7 @@
if (res.code !== 200) {
tip.show(res.message || '网络错误');
} else {
location.href = document.referrer;
location.href = `http://m.yohobuy.com/home/return/${_this.type}/detail/${_this.applyid}`;
return false;
}
});
... ...