Commit a71089ea authored by wildfirecode's avatar wildfirecode

1

parent 764b490c
......@@ -149,6 +149,8 @@ export default class TransScene extends Scene {
}
const data = DataManager.ins.getData('accept').data;
if (!data)
console.log('accept 接口 data为空')
data.from = 'TransScene';
SceneCtrl.instance.change(ModuleTypes.CertificateScene, data);
}, this);
......@@ -175,9 +177,9 @@ export default class TransScene extends Scene {
// }
// }, window['projectId'], GameConst.getQueryString("shareCode"));
setTimeout(() => {
this.onshake();
}, 1000);
// setTimeout(() => {
// this.onshake();
// }, 1000);
}, 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