Commit 19b6e2a1 authored by 小费同学阿's avatar 小费同学阿 💬

消费者 隐私条款内容错误

parent 761ab657
......@@ -145,7 +145,7 @@ public class LoginViewModel extends BaseViewModel<LoginRequest> {
@Override
public void call() {
Bundle bundle = new Bundle();
bundle.putString("basic", "8");
bundle.putString("basic", "14");
bundle.putString("basicName", "隐私条款");
startActivity(UserAgreementActivity.class, bundle);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment