Commit 20ec6ad4 authored by 王勇霞's avatar 王勇霞

feat: 调整

parent 0f3d17a7
...@@ -20,7 +20,8 @@ export default [ ...@@ -20,7 +20,8 @@ export default [
"message": "报错了~", "message": "报错了~",
"code": null, "code": null,
"data": { "data": {
actualProjectId: 'p9ec985d9', // 实盘项目id
otherProjectId: 'p9ec985d9',
shareInfo: JSON.stringify({ shareInfo: JSON.stringify({
"title": "万亿体验金狂欢节", "title": "万亿体验金狂欢节",
"content": "快来助我一臂之力,一起领百万理财体验金~", "content": "快来助我一臂之力,一起领百万理财体验金~",
......
...@@ -17,7 +17,7 @@ class BlackPop extends React.Component { ...@@ -17,7 +17,7 @@ class BlackPop extends React.Component {
} }
handleClose = _asyncThrottle(() => { handleClose = _asyncThrottle(() => {
window.location.href = `${CFG.domain}/projectx/${store.frontVariable.actualProjectId}/index.html?appID=${CFG.appID}&channel=${CFG.channel}` window.location.href = `${CFG.domain}/projectx/${store.frontVariable.otherProjectId}/index.html?appID=${CFG.appID}&channel=${CFG.channel}`
}) })
render() { render() {
......
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