Skip to content

Commit d1bd910

Browse files
author
ghui
committedNov 19, 2021
update
1 parent c3b877a commit d1bd910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/src/main/java/me/ghui/v2er/network/bean/LoginParam.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
public class LoginParam extends BaseInfo {
16-
@Pick(value = "input[type=text][autocorrect=off]", attr = "name")
16+
@Pick(value = "input.sl[type=text]", attr = "name")
1717
private String nameParam;
1818
@Pick(value = "input[type=password]", attr = "name")
1919
private String pswParam;

0 commit comments

Comments
 (0)
Please sign in to comment.