Commit 17e83070 authored by wildfirecode13's avatar wildfirecode13

u

parent 8fd651b8
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
"keys": "draw_bg.png,draw_okbtn.png", "keys": "draw_bg.png,draw_okbtn.png",
"name": "draw" "name": "draw"
}, },
{
"keys": "bg.png,bg2.png,drawBtn.png,drawGrayBtn.png,inviteBtn.png,marquee.png,progress.png,progressbg.png,rulebtn.png,task1bg.png,task1btn.png,task2bg.png,title.png",
"name": "index3"
},
{ {
"keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png", "keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png",
"name": "loading" "name": "loading"
......
This diff is collapsed.
...@@ -20,13 +20,9 @@ export const ResJson = { ...@@ -20,13 +20,9 @@ export const ResJson = {
"keys": "draw_bg.png,draw_okbtn.png", "keys": "draw_bg.png,draw_okbtn.png",
"name": "draw" "name": "draw"
}, },
{
"keys": "index_bg.png",
"name": "index"
},
{ {
"keys": "bg.png,bg2.png,drawBtn.png,drawGrayBtn.png,inviteBtn.png,marquee.png,progress.png,progressbg.png,rulebtn.png,task1bg.png,task1btn.png,task2bg.png,title.png", "keys": "bg.png,bg2.png,drawBtn.png,drawGrayBtn.png,inviteBtn.png,marquee.png,progress.png,progressbg.png,rulebtn.png,task1bg.png,task1btn.png,task2bg.png,title.png",
"name": "index2" "name": "index3"
}, },
{ {
"keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png", "keys": "loading_bg.png,loading_loading.png,loading_progressbg.png,loading_progressfront.png,loading_title.png",
......
This diff is collapsed.
...@@ -21,8 +21,8 @@ const checkUpdateShare = () => { ...@@ -21,8 +21,8 @@ const checkUpdateShare = () => {
} }
export class IndexScene extends Scene { export class IndexScene extends Scene {
get groupNames() { return ["index2"] } get groupNames() { return ["index3"] }
get skinName() { return "index2" } get skinName() { return "index3" }
initUi() { initUi() {
super.initUi(); super.initUi();
FYGE.ScrollPage FYGE.ScrollPage
...@@ -37,10 +37,6 @@ export class IndexScene extends Scene { ...@@ -37,10 +37,6 @@ export class IndexScene extends Scene {
this.showSharePanel(); this.showSharePanel();
} }
this.addEventListener(FYGE.MouseEvent.CLICK, () => {
showPanel(DrawPanel, data);
}, this);
sendWebNet(WebNetName.carouselInfo).then(res => { sendWebNet(WebNetName.carouselInfo).then(res => {
console.log('carouselInfo ', 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