Commit 44d29037 authored by XieChuanJin's avatar XieChuanJin

最终提交事件

parent 47e74a9a
......@@ -191,6 +191,14 @@ export class ShootPlanet extends engine.Container {
}
});
engine.globalEvent.dispatchEvent("ShootPlanetFinalSubmit",{
startId: this.startId,
score: score,
useSpId: propsId || "",
token: NetUtils.md5(this.startId.toString() + score.toString() + "qzBankRPW@dui88"),
validate: validate
});
return;
return new Promise<any>((resolve, reject) => {
//调用接口
......
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