瀏覽代碼

9901

9901
yangteng 10 月之前
父節點
當前提交
161da557ac
共有 2 個檔案被更改,包括 5 行新增4 行删除
  1. 4
    3
      datas/9901Jump.js
  2. 1
    1
      subpackage/personal-center/get-code.vue

+ 4
- 3
datas/9901Jump.js 查看文件

@@ -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")}`
})

+ 1
- 1
subpackage/personal-center/get-code.vue 查看文件

@@ -201,4 +201,4 @@
margin: 120rpx 40rpx 50rpx;
}
}
</style>
</style>

Loading…
取消
儲存