浏览代码

9901

9901
yangteng 10 个月前
父节点
当前提交
9a94a2e7ab
共有 1 个文件被更改,包括 11 次插入9 次删除
  1. 11
    9
      datas/9901Jump.js

+ 11
- 9
datas/9901Jump.js 查看文件

@@ -43,15 +43,17 @@ export function jump(type,item){
console.log("accountType",type)
}
// 售后激活 更换卡签
if(type=="14" && (data['orderType']=='EXCHANGE_CARD' || data['orderType']=='EXCHANGE_OBU' || data['orderType']=='EXCHANGE_ALL')){
afterType=3
orderType=2
handleType="aftersale"
redirectUrl="/pages/order/order"
}else if(type=="14"){
// 14 正常激活
redirectUrl="/pages/order/order"
handleType="continuation"
if(type=="14"){
if(data['orderType']=='EXCHANGE_CARD' || data['orderType']=='EXCHANGE_OBU' || data['orderType']=='EXCHANGE_ALL'){
afterType=3
orderType=2
handleType="aftersale"
redirectUrl="/pages/order/order"
}else{
// 14 正常激活
redirectUrl="/pages/order/order"
handleType="continuation"
}
}
if(type=="7" || type=="8" || type=="9"){
redirectUrl="/pages/order/order"

正在加载...
取消
保存