瀏覽代碼

调整

master
lujin 1 年之前
父節點
當前提交
968f7557e7

+ 1
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/ydplatform/after/YDPlateReCoverUseStep1Activity.java 查看文件

@@ -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);
}
};

Loading…
取消
儲存