소스 검색

调整

master
lujin 1 년 전
부모
커밋
968f7557e7

+ 1
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/ydplatform/after/YDPlateReCoverUseStep1Activity.java 파일 보기

Intent intent = new Intent(); Intent intent = new Intent();
intent.setClass(YDPlateReCoverUseStep1Activity.this,YDPlateReCoverUseStep2Activity.class); intent.setClass(YDPlateReCoverUseStep1Activity.this,YDPlateReCoverUseStep2Activity.class);
intent.putExtra("type",carType); intent.putExtra("type",carType);
intent.putExtra("userType", getIntent().getStringExtra("userType"));
intent.putExtra("userType", userType);
startActivity(intent); startActivity(intent);
} }
}; };

Loading…
취소
저장