Skip to content
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

bug: when set one attr, another attr's value is wrong #45

Open
Leptune opened this issue Dec 3, 2020 · 0 comments
Open

bug: when set one attr, another attr's value is wrong #45

Leptune opened this issue Dec 3, 2020 · 0 comments

Comments

@Leptune
Copy link

Leptune commented Dec 3, 2020

this is the test code:
var url = 'https://baidu.com/admins/cert/get_list?type=no&my_search_key7=exam_year_season&my_search_value7=2020-1&my_search_key9=t.id_card&my_search_value9=310107201005193424&my_search_like9=_%25'

var obj = {my_search_key7: "exam_year_season", my_search_value7: "2021-5", my_search_like7: ""}

Arg.url(url, obj);

// it return: https://baidu.com/admins/cert/get_list?type=no&my_search_key7=exam_year_season&my_search_value7=2021-5&my_search_key9=t.id_card&my_search_value9=310107201005193400&my_search_like9=_%25

here, this attr [my_search_key9] is not setting, but it change to 310107201005193400 (origin is 310107201005193424)

hop it'll be fixed!
thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant