mahjong-helper-majsoul icon indicating copy to clipboard operation
mahjong-helper-majsoul copied to clipboard

目前发现的问题。

Open 17396743 opened this issue 1 year ago • 0 comments

简单说明就是

code.js 里面的属性顺序有变化了。

===================

报错信息: Uncaught TypeError: Cannot set properties of null (setting 'clickHandler') at new B (userscript.html?name=mahjong-helper-majsoul.user.js&id=b82cb506-1a18-4e4e-99ff-92d32438fb18:8160:62) at Z.onCreate (userscript.html?name=mahjong-helper-majsoul.user.js&id=b82cb506-1a18-4e4e-99ff-92d32438fb18:8334:50) at P.. [as _onload] (code.js:78790:26) at P.run (code.js:6292:59) at B. [as _update] (code.js:6150:31) at P.run (code.js:6292:59) at B. [as _update] (code.js:6148:61) at h. [as render] (code.js:10963:35) at h. [as _loop] (code.js:10938:32) at J (code.js:3503:35)

============================= 最后报错位置code.js:

function J() { m[$g[37]]$v[319], M[$v[29]]$t[354]; }

at J (code.js:3503:35) 这个位置我查了一下属性,不是“guanzhanconfig” 。

=============================

at Z.onCreate (userscript.html?name=mahjong-helper-majsoul.user.js&id=b82cb506-1a18-4e4e-99ff-92d32438fb18:8334:50) 最后报错位置:

this["guanzhanconfig"] = new V(this.me"getChildByName");

=============================

我猜测就是这里出问题了。

17396743 avatar Feb 25 '23 16:02 17396743