浏览代码

注销 - step 3 - fixed - 是否连接设备判断逻辑错误

GZBranch
wufasong 4 天前
父节点
当前提交
f4f9802470

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

@@ -372,7 +372,7 @@ public class LogoutEtcStep3Activity extends AppActivity {
params.put("cardId", curBizContent.getCardId());
params.put("obuId", curBizContent.getObuId());
params.put("cardType", curBizContent.getIsValueCard()); // CHARGE_CARD, STORED_VALUE_CARD等
params.put("hasDevice", isDamage == 2); // 能否连接设备,根据是否损坏判断
params.put("hasDevice", hasOBU == 1); // 能否连接设备,根据是否损坏判断
// 车辆信息
params.put("vehicleId", vehicleId);

正在加载...
取消
保存