Commit 078c92f7 by FE

add callback when call app fail

parent 57fdd7da
...@@ -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