autojs icon indicating copy to clipboard operation
autojs copied to clipboard

微信运动点赞有时候会点到自己导致脚本停止

Open zwjdujin opened this issue 6 years ago • 2 comments

5次有4次是点到自己导致的脚本停止。

zwjdujin avatar Jun 28 '18 03:06 zwjdujin

出现以下错误提示typeerror:cannot call method "text" of null (<微信运动点赞>#126)

zwjdujin avatar Jun 28 '18 03:06 zwjdujin

可尝试125行 if (btn.parent()) { 改成 if (btn.parent() && btn.parent().textMatches(/\d+/).exists()) {

SuperMonster003 avatar Nov 14 '18 01:11 SuperMonster003