We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b877a commit d1bd910Copy full SHA for d1bd910
app/src/main/java/me/ghui/v2er/network/bean/LoginParam.java
@@ -13,7 +13,7 @@
13
*/
14
15
public class LoginParam extends BaseInfo {
16
- @Pick(value = "input[type=text][autocorrect=off]", attr = "name")
+ @Pick(value = "input.sl[type=text]", attr = "name")
17
private String nameParam;
18
@Pick(value = "input[type=password]", attr = "name")
19
private String pswParam;
0 commit comments