Commit 6bdfd1d4 authored by wildfirecode's avatar wildfirecode

1

parent 6b26f85e
...@@ -26,9 +26,9 @@ export default class MapScene extends Scene { ...@@ -26,9 +26,9 @@ export default class MapScene extends Scene {
async start(data?) { async start(data?) {
super.start(); super.start();
setTimeout(() => { // setTimeout(() => {
getShowOffPic(this.stage,this) // getShowOffPic(this.stage,this)
}, 2000); // }, 2000);
this._data = data; this._data = data;
//滚动的背景变黑 //滚动的背景变黑
this['rectbg'].height = this.stage.stageHeight; this['rectbg'].height = this.stage.stageHeight;
......
{ {
"success":true, "success":false,
"code":"0000000000", "code":"0000000000",
"desc":"OK", "desc":"OK",
"timestamp":1566546925981, "timestamp":1566546925981,
......
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