Sfoglia il codice sorgente

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

GZBranch
wufasong 4 giorni fa
parent
commit
f4f9802470

+ 1
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/ui/activity/after/LogoutEtcStep3Activity.java Vedi File

params.put("cardId", curBizContent.getCardId()); params.put("cardId", curBizContent.getCardId());
params.put("obuId", curBizContent.getObuId()); params.put("obuId", curBizContent.getObuId());
params.put("cardType", curBizContent.getIsValueCard()); // CHARGE_CARD, STORED_VALUE_CARD等 params.put("cardType", curBizContent.getIsValueCard()); // CHARGE_CARD, STORED_VALUE_CARD等
params.put("hasDevice", isDamage == 2); // 能否连接设备,根据是否损坏判断
params.put("hasDevice", hasOBU == 1); // 能否连接设备,根据是否损坏判断
// 车辆信息 // 车辆信息
params.put("vehicleId", vehicleId); params.put("vehicleId", vehicleId);

Loading…
Annulla
Salva