我也不会修复。我直接把这个按键去掉了
去掉文字预防人家点击。。。
网站里面main.min.js
搜索 获取修为
- e.prototype.init = function () {
this.link.textFlow = (new egret.HtmlTextParser).parser(“获取修为“),
this.eff = new MovieClip,
this.eff.x = 420,
this.eff.y = 100,
this.eff.touchEnabled = !1,
this.eff.scaleX = .6,
this.eff.scaleY = .5,
this.upLevelEff = new MovieClip,
this.upLevelEff.x = 284,
this.upLevelEff.y = 314,
this.upLevelEff.scaleX = this.upLevelEff.scaleY = 2,
this.upLevelEff.touchEnabled = !1,
this.maxGroup.touchEnabled = !1
},
复制代码改成
- e.prototype.init = function () {
this.link.textFlow = (new egret.HtmlTextParser).parser(““),
this.eff = new MovieClip,
this.eff.x = 0,
this.eff.y = 100000,
this.eff.touchEnabled = !1,
this.eff.scaleX = .6,
this.eff.scaleY = .5,
this.upLevelEff = new MovieClip,
this.upLevelEff.x = 284,
this.upLevelEff.y = 314,
this.upLevelEff.scaleX = this.upLevelEff.scaleY = 2,
this.upLevelEff.touchEnabled = !1,
this.maxGroup.touchEnabled = !1
},
复制代码
清空浏览器缓存在登录游戏就可以了