@@ -80,7 +80,7 @@ public class YDPlateReCoverUseStep1Activity extends AppActivity { | |||
Intent intent = new Intent(); | |||
intent.setClass(YDPlateReCoverUseStep1Activity.this,YDPlateReCoverUseStep2Activity.class); | |||
intent.putExtra("type",carType); | |||
intent.putExtra("userType", getIntent().getStringExtra("userType")); | |||
intent.putExtra("userType", userType); | |||
startActivity(intent); | |||
} | |||
}; |