Commit b36c562e by 宋毅

tj

parent e4fb4f41
......@@ -219,7 +219,7 @@ module.exports = function (app) {
res.redirect(skipUrl);
return;
}
skipUrl = "/#/gsbhome/jdindentdetail?channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId) + "&deliveryOrderNo="+orderItem.data.deliveryOrderNo+"&deliveryStatus=" +orderItem.data.deliveryStatus;
skipUrl = "/#/gsbhome/jdindentdetail?channelUserId=" + encodeURIComponent(userItemResult.data.encryptChannelUserId) + "&deliveryOrderNo=" + orderItem.data.deliveryOrderNo + "&order_no=" + params.order_no + "&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