-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
猫眼监控脚本卡在刷新按钮自动点击线程已启动,开启票档扫描线程 #30
Comments
请问解决了吗,我也遇到了一样的问题 |
我也遇到了,看了看UI界面分析也没有问题。就是会停住不动,调试的时候抢现在已有的票没反应。 |
会自己刷新,但是没买票啊 |
if ((btn.parent().childCount() == 1 && !btn.text().includes("缺货")) 这一段代码一直判false,先改成了单判断!btn.text().includes("缺货") |
请问您这样修改后问题解决了吗 |
在我的设备上解决了这个问题。 |
感谢,按您的方法改了之后可以正常运行到选票,但是无法自动勾选购票人和自动支付,请问如何查看是哪里代码出现错误呢,非计算机专业不太懂 |
你好,解决了吗 |
直接默认人就可以跳过勾选购票人这一步了,但是没抢过别人,不太行 |
谢谢,可是我想要买两张票,默认人的话只能勾选默认的人吧。我是这样测试的,输入一个人名字的时候可以正常勾选,但是输入了两个人就一个也勾选不了。 |
运行时卡在刷新按钮自动点击线程已启动,开启票档扫描线程 的位置,日志显示一直在刷新,似乎没有卡死,请问是什么原因,怎么解决?
The text was updated successfully, but these errors were encountered: