Commit bf6f2670 authored by Edwise's avatar Edwise 🍷

1

parent dd683372
......@@ -15,7 +15,7 @@ export class StartScene extends Scene {
var that = this;
var sceneBg = Ins.initSprite("b3c8c187-e5c9-4968-9a00-a118d18ab2fc");
that.addChild(sceneBg);
sceneBg.visible = false;
sceneBg.visible = true;
that.x = (Ins.stageW - 750) >> 1;
that.y = (Ins.stageH - 1624) >> 1;
Ins.showLoading();
......
......@@ -47370,7 +47370,7 @@ var StartScene = (function (_super) {
var that = this;
var sceneBg = Ins_1.Ins.initSprite("b3c8c187-e5c9-4968-9a00-a118d18ab2fc");
that.addChild(sceneBg);
sceneBg.visible = false;
sceneBg.visible = true;
that.x = (Ins_1.Ins.stageW - 750) >> 1;
that.y = (Ins_1.Ins.stageH - 1624) >> 1;
Ins_1.Ins.showLoading();
......@@ -356,6 +356,7 @@ Page({
if (success) {
my.hideLoading();
app.openId = data.openId;
this.initCanvas();
this.getActivityBaseInfoById();
}
......@@ -385,7 +386,7 @@ Page({
endModalVisible:true
})
}else{
this.initCanvas();
// this.initCanvas();
}
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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