Commit 405aef75 by 宋毅

tj

parent e5906174
......@@ -219,7 +219,10 @@ module.exports = function (app) {
res.redirect(skipUrl);
return;
}
skipUrl = "/#/gsbhome/jdindentdetail?channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId) + "&deliveryOrderNo=" + orderItem.data.deliveryOrderNo + "&order_no=" + params.order_no + "&deliveryStatus=" + orderItem.data.deliveryStatus;
if (!params.source) {
params.source = "dsc";
}
skipUrl = "/#/gsbhome/jdindentdetail?channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId) + "&deliveryOrderNo=" + orderItem.data.deliveryOrderNo + "&order_no=" + params.order_no + "&source=" + params.source + "&deliveryStatus=" + orderItem.data.deliveryStatus;
res.redirect(skipUrl);
});
app.get("/", async function (req, res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment