Commit 8a42101f authored by wildfirecode's avatar wildfirecode

1

parent e33e2cfe
......@@ -976,11 +976,6 @@
"type": "image",
"name": "startpanel_ele6_png"
},
{
"url": "assets/startpanel2/startpanel_ice1.png",
"type": "image",
"name": "startpanel_ice1_png"
},
{
"url": "assets/startpanel2/startpanel_icon.png",
"type": "image",
......
......@@ -31,10 +31,17 @@ export default class MapScene extends Scene {
static iconHash: any = {};
static starHash: any = {};
_data;
sendInvite(){
const dojoin = DataManager.ins.getData('hc_doJoin');
if(!dojoin)return;
NetManager.ins.doHelp(()=>{},,dojoin.data);
}
async start(data?) {
super.start();
this.sendInvite();
this.updateMyInfo();
this.updateAdData();
this['avatar'].mask = this['avatarMask'];
......
......@@ -2,6 +2,6 @@
"success": true,
"signInfoVO": {
"continueDay": 6,
"todaySigned": 1
"todaySigned": 0
}
}
\ No newline at end of file
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