Commit ccf52a43 authored by david's avatar david Committed by 杨秀秀

bug修复

parent 969a1811
......@@ -29,8 +29,8 @@ public class LogoffFirstStepViewModel extends BaseViewModel<ForgetPwdRequest> {
@Override
public void call() {
Bundle bundle=new Bundle();
bundle.putString("accountClosureReason",logoffType.toString());
bundle.putString("accountClosureMark", otherReason.get());
bundle.putString("accountClosureReason", otherReason.get());
bundle.putString("accountClosureMark", logoffType.toString());
startActivity(LogoffSecondStepActivity.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