获取修为 点击乱码卡 屏解决方法
雷霆传奇H5 获取修为 点击乱码卡 屏解决方法
付费主题, 价格: 5 金币
我也不会修复。我直接把这个按键去掉了
去掉文字预防人家点击。。。
网站里面main.min.js
搜索 获取修为
[*]e.prototype.init = function () {
[*] this.link.textFlow = (new egret.HtmlTextParser).parser("<u>获取修为</u>"),
[*] 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("<u></u>"),
[*] 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
[*] },
复制代码
清空浏览器缓存在登录游戏就可以了
页:
[1]