|
|
@@ -251,11 +251,7 @@ |
|
|
|
vehicleId: '', |
|
|
|
}); |
|
|
|
|
|
|
|
async function cmdResult1() { |
|
|
|
const cardres = await getCardIdAfter(); |
|
|
|
if(!cardres) return; |
|
|
|
const obures = await getObuIdAfter(); |
|
|
|
if(!obures) return; |
|
|
|
function cmdResult1() { |
|
|
|
console.log("我的orderInfo:",orderInfo) |
|
|
|
// tools.showLoadingAlert('正在激活,请等待') |
|
|
|
state.progressNum = 100 / 20 |
|
|
@@ -977,6 +973,11 @@ |
|
|
|
issueSerialNo: applyData.issueSerialNo, //发行订单号 |
|
|
|
}); |
|
|
|
if (!upgradeDoneData) return false; |
|
|
|
|
|
|
|
const cardres = await getCardIdAfter(); |
|
|
|
if(!cardres) return; |
|
|
|
const obures = await getObuIdAfter(); |
|
|
|
if(!obures) return; |
|
|
|
activateQuqet(); |
|
|
|
} |
|
|
|
|