Commit a56d60f6 by FE

Merge branch 'issue-20190920' into pre

parents a8ef5897 078c92f7
...@@ -38,7 +38,15 @@ class OpenApp extends Component { ...@@ -38,7 +38,15 @@ class OpenApp extends Component {
} }
handleClick = () => { handleClick = () => {
this.callApp.open({}); this.callApp.open({
path: '',
param: {
},
callback: () => {
window.location.href = "http://www.julyedu.com/weekend/redir1";
}
});
} }
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