Commit 29422847 authored by wjf's avatar wjf

l

parent 6bb6b09e
......@@ -481,7 +481,7 @@ export class NetManager extends ABNetManager {
// deviceSessionId: window['_device_session_id'],
// score: score,
sgin: sgin
data: sgin
},
hideMsg: true,
callback: callback
......
......@@ -198,8 +198,8 @@ export default class MainScene extends Scene {
//初始化索引信息
Tool.init();
//第几关
// this.chapter = (data && data.chapter) ? data.chapter : 1;
this.chapter = 70;
this.chapter = (data && data.chapter) ? data.chapter : 1;
// this.chapter = 70;
this.chapterTxt.text = "第" + this.chapter + "关";
//关卡数据,1期定制,70,后面35关地图一致,步数减少
this.chapterData = Chapters[this.chapter % 35 || 35];
......
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