Commit 8a42101f authored by wildfirecode's avatar wildfirecode

1

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