Commit 1119ba58 authored by 邱旭's avatar 邱旭

1

parent f2ac242d
......@@ -45,7 +45,7 @@ export default class TaskCenterPrize extends Panel {
}
PanelCtrl.instance.show("StartPanel", getHomeData().levels.length + 1);
} else {
window.open(taskData.appIncompletelink);
window.location.href = taskData.appIncompletelink;
super.hidePanel();
}
}, this);
......
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