android:launchMode="singleTop" | android:launchMode="singleTop" | ||||
android:screenOrientation="portrait" /> | android:screenOrientation="portrait" /> | ||||
<<<<<<< HEAD | |||||
======= | |||||
<!--解除车牌占用--> | <!--解除车牌占用--> | ||||
>>>>>>> ea3fbcd9fd029e789c3050032e53a5316c907094 | |||||
<activity | <activity | ||||
android:name=".project.ui.activity.my.RemoveLicensePlateOccupation" | android:name=".project.ui.activity.my.RemoveLicensePlateOccupation" | ||||
android:launchMode="singleTop" | android:launchMode="singleTop" | ||||
android:name=".project.ui.activity.my.SuccessfulApplication" | android:name=".project.ui.activity.my.SuccessfulApplication" | ||||
android:launchMode="singleTop" | android:launchMode="singleTop" | ||||
android:screenOrientation="portrait" /> | android:screenOrientation="portrait" /> | ||||
<<<<<<< HEAD | |||||
======= | |||||
>>>>>>> ea3fbcd9fd029e789c3050032e53a5316c907094 | |||||
<!--设备升级--> | <!--设备升级--> | ||||
<activity | <activity | ||||
android:name=".project.ui.activity.after.EquipmentUpgradeActivity" | android:name=".project.ui.activity.after.EquipmentUpgradeActivity" |
break; | break; | ||||
case "解除车牌占用": | case "解除车牌占用": | ||||
jumpToPage(RemoveLicensePlateOccupation.class); | jumpToPage(RemoveLicensePlateOccupation.class); | ||||
<<<<<<< HEAD | |||||
======= | |||||
break; | break; | ||||
>>>>>>> ea3fbcd9fd029e789c3050032e53a5316c907094 | |||||
case "设备升级": | case "设备升级": | ||||
jumpToPage(EquipmentUpgradeActivity.class); | jumpToPage(EquipmentUpgradeActivity.class); | ||||
break; | break; | ||||
case "卡Pin码解锁": | case "卡Pin码解锁": | ||||
jumpToPage(CardUnlockPinActivity.class); | jumpToPage(CardUnlockPinActivity.class); | ||||
<<<<<<< HEAD | |||||
======= | |||||
break; | break; | ||||
case "满意度评价": | case "满意度评价": | ||||
startActivity(UserEvaluateActivity.class); | startActivity(UserEvaluateActivity.class); | ||||
break; | break; | ||||
case "ETC过户": | case "ETC过户": | ||||
jumpToPage(TransferOwnershipStep1Activity.class); | jumpToPage(TransferOwnershipStep1Activity.class); | ||||
>>>>>>> ea3fbcd9fd029e789c3050032e53a5316c907094 | |||||
break; | break; | ||||
case "补卡额申请": | case "补卡额申请": | ||||
jumpToPage(ExtraCreditStep1Activity.class); | jumpToPage(ExtraCreditStep1Activity.class); |