Commit 070926f1 authored by zhangyuan's avatar zhangyuan

分享页

parent 846ee4b4
...@@ -20,11 +20,11 @@ export default [ ...@@ -20,11 +20,11 @@ export default [
"message": "报错了~", "message": "报错了~",
"code": null, "code": null,
"data": { "data": {
shareInfo: { shareInfo: JSON.stringify({
"title": "万亿体验金狂欢节", "title": "万亿体验金狂欢节",
"content": "快来助我一臂之力,一起领百万理财体验金~", "content": "快来助我一臂之力,一起领百万理财体验金~",
"thumbnail": "//yun.duiba.com.cn/polaris/sharepic.8254652ad0b961401148278339f92ae7da94cf8b.png" "thumbnail": "//yun.duiba.com.cn/polaris/sharepic.8254652ad0b961401148278339f92ae7da94cf8b.png"
}, }),
} }
} }
}, },
......
...@@ -35,7 +35,7 @@ class App extends Component { ...@@ -35,7 +35,7 @@ class App extends Component {
prize: PrizePage, prize: PrizePage,
share: SharePage share: SharePage
}[skinId] || HomePage; }[skinId] || HomePage;
PageCtrl.changePage(HomePage); PageCtrl.changePage(defaultPage);
} }
async componentDidMount() { async componentDidMount() {
......
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