소스 검색

9901

9901
yangteng 1 년 전
부모
커밋
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"

Loading…
취소
저장