Commit 2fb160f0 by xiawei

a

parent b49031c2
...@@ -45,7 +45,8 @@ export default { ...@@ -45,7 +45,8 @@ export default {
let channelId = this.channelInfo.id; let channelId = this.channelInfo.id;
let type = this.type; let type = this.type;
let backUrl = encodeURIComponent(window.location.href); let backUrl = encodeURIComponent(window.location.href);
window.location.href = `/lottery/list?id=${id}&uin=${uin}&stype=${type}&sid=${channelId}&backUrl=${backUrl}`; // window.location.href = `/lottery/list?id=${id}&uin=${uin}&stype=${type}&sid=${channelId}&backUrl=${backUrl}`;
window.location.href = `/lottery?id=${id}&uin=${uin}&stype=${type}&sid=${channelId}&backUrl=${backUrl}`;
} }
} }
} }
......
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 sign in to comment