yangteng vor 10 Monaten
Ursprung
Commit
161da557ac
2 geänderte Dateien mit 5 neuen und 4 gelöschten Zeilen
  1. 4
    3
      datas/9901Jump.js
  2. 1
    1
      subpackage/personal-center/get-code.vue

+ 4
- 3
datas/9901Jump.js Datei anzeigen

// 8. carType 0 客车 1 货车 // 8. carType 0 客车 1 货车
accountType=data.userType accountType=data.userType
carType=data.type=='1'?0:1 carType=data.type=='1'?0:1
console.log("accountType",accountType,carType)
console.log("accountType",accountType,carType,type,handleType)
redirectUrl=`/pages/order/order` redirectUrl=`/pages/order/order`
} }
if(type=="10" || type=="11" || type=="12"|| type=="13" || type=="18"){ if(type=="10" || type=="11" || type=="12"|| type=="13" || type=="18"){
redirectUrl="/pages/order/order" redirectUrl="/pages/order/order"
handleType="continuation" handleType="continuation"
console.log("accountType",type)
} }
// 售后激活 更换卡签 // 售后激活 更换卡签
if(type=="14" && (data['orderType']=='EXCHANGE_CARD' || data['orderType']=='EXCHANGE_OBU' || data['orderType']=='EXCHANGE_ALL')){ if(type=="14" && (data['orderType']=='EXCHANGE_CARD' || data['orderType']=='EXCHANGE_OBU' || data['orderType']=='EXCHANGE_ALL')){
orderType=2 orderType=2
handleType="aftersale" handleType="aftersale"
redirectUrl="/pages/order/order" redirectUrl="/pages/order/order"
}else{
}else if(type=="14"){
// 14 正常激活 // 14 正常激活
redirectUrl="/pages/order/order" redirectUrl="/pages/order/order"
handleType="continuation" handleType="continuation"
handleType="reactivate" handleType="reactivate"
redirectUrl="/pages/index/index" redirectUrl="/pages/index/index"
} }
console.log("data.promoteId",data.promoteId)
console.log("data.promoteId",data.promoteId,handleType)
uni.navigateTo({ 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")}` 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")}`
}) })

+ 1
- 1
subpackage/personal-center/get-code.vue Datei anzeigen

margin: 120rpx 40rpx 50rpx; margin: 120rpx 40rpx 50rpx;
} }
} }
</style>
</style>

Laden…
Abbrechen
Speichern