|
|
@@ -34,12 +34,13 @@ export function jump(type,item){ |
|
|
|
// 8. carType 0 客车 1 货车 |
|
|
|
accountType=data.userType |
|
|
|
carType=data.type=='1'?0:1 |
|
|
|
console.log("accountType",accountType,carType) |
|
|
|
console.log("accountType",accountType,carType,type,handleType) |
|
|
|
redirectUrl=`/pages/order/order` |
|
|
|
} |
|
|
|
if(type=="10" || type=="11" || type=="12"|| type=="13" || type=="18"){ |
|
|
|
redirectUrl="/pages/order/order" |
|
|
|
handleType="continuation" |
|
|
|
console.log("accountType",type) |
|
|
|
} |
|
|
|
// 售后激活 更换卡签 |
|
|
|
if(type=="14" && (data['orderType']=='EXCHANGE_CARD' || data['orderType']=='EXCHANGE_OBU' || data['orderType']=='EXCHANGE_ALL')){ |
|
|
@@ -47,7 +48,7 @@ export function jump(type,item){ |
|
|
|
orderType=2 |
|
|
|
handleType="aftersale" |
|
|
|
redirectUrl="/pages/order/order" |
|
|
|
}else{ |
|
|
|
}else if(type=="14"){ |
|
|
|
// 14 正常激活 |
|
|
|
redirectUrl="/pages/order/order" |
|
|
|
handleType="continuation" |
|
|
@@ -100,7 +101,7 @@ export function jump(type,item){ |
|
|
|
handleType="reactivate" |
|
|
|
redirectUrl="/pages/index/index" |
|
|
|
} |
|
|
|
console.log("data.promoteId",data.promoteId) |
|
|
|
console.log("data.promoteId",data.promoteId,handleType) |
|
|
|
uni.navigateTo({ |
|
|
|
url:`plugin://issuer-plugin/login?redirectUrl=${redirectUrl}&plateNum=${data.vehicleId?data.vehicleId:""}&handleType=${handleType}&orderNo=${(handleType!='continuation' && data.orderId)?data.orderId:""}&orderType=${orderType}&afterType=${afterType}&accountType=${accountType}&carType=${carType}&etcProductId=${data.promoteId?data.promoteId:data.productId}&mobile=${getItem("mobile")}` |
|
|
|
}) |