Commit b2daccae authored by wildfirecode13's avatar wildfirecode13

u

parent 746a32c7
{
"code": null,
"data": 0,
"data": 1,
"message": "occaecat",
"success": true
}
\ No newline at end of file
This diff is collapsed.
......@@ -20,10 +20,7 @@
"keys": "draw_bg.png,draw_close.png,draw_ok.png,draw_okbtn.png,draw_title.png",
"name": "draw"
},
{
"keys": "index_bg.png,index_bg2.png,index_drawBtn.png,index_drawGrayBtn.png,index_inviteBtn.png,index_marquee.png,index_progress.png,index_progressbg.png,index_rulebtn.png,index_task1bg.png,index_task1btn.png,index_task2bg.png,index_title.png",
"name": "index"
},
{
"keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png",
"name": "loading"
......
......@@ -257,7 +257,7 @@
}
}
]
}
},
{
"name": "assist",
"x": 67,
......@@ -295,7 +295,7 @@
}
}
]
}
},
{
"name": "prize",
"x": 78,
......
......@@ -20,10 +20,7 @@ export const ResJson = {
"keys": "draw_bg.png,draw_close.png,draw_ok.png,draw_okbtn.png,draw_title.png",
"name": "draw"
},
{
"keys": "index_bg.png,index_bg2.png,index_drawBtn.png,index_drawGrayBtn.png,index_inviteBtn.png,index_marquee.png,index_progress.png,index_progressbg.png,index_rulebtn.png,index_task1bg.png,index_task1btn.png,index_task2bg.png,index_title.png",
"name": "index"
},
{
"keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png",
"name": "loading"
......
......@@ -258,35 +258,7 @@ export const SkinJson ={
}
]
},
{
"name": "index",
"x": 0,
"y": 0,
"type": "container",
"children": [
{
"name": "index_bg",
"x": 0,
"y": 0,
"type": "sprite",
"props": {
"source": "index_bg.png"
}
},
{
"name": "index_tips",
"x": 270,
"y": 551,
"type": "text",
"props": {
"text": "index_haha",
"size": 72,
"fillColor": "#000000",
"textAlpha": 1
}
}
]
},
{
"name": "assist",
"x": 67,
......
......@@ -29,11 +29,11 @@ export class IndexScene extends Scene {
initUi() {
super.initUi();
const page = this.page = new FYGE.ScrollPage(750,getStageHeight(),1624,true,true);
this.addChild(page);
page.y = getStageOffset();
// const page = this.page = new FYGE.ScrollPage(750,getStageHeight(),1624,true,true);
// this.addChild(page);
// page.y = getStageOffset();
this.page.view.addChild(getObject(this,'index_wrapper'));
// this.page.view.addChild(getObject(this,'index_wrapper'));
// getObject(this.page,'task1').visible=false;
// // getObject(this.page,'task2new').visible=false;
......@@ -48,9 +48,9 @@ export class IndexScene extends Scene {
if (action == 'showSharePanel') {
this.showSharePanel();
}
setTimeout(() => {
showPanel(DrawPanel)
}, 1000);
// setTimeout(() => {
// showPanel(DrawPanel)
// }, 1000);
// sendWebNet(WebNetName.carouselInfo).then(res => {
// console.log('carouselInfo ', res);
......
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