yangteng před 10 měsíci
rodič
revize
9a94a2e7ab
1 změnil soubory, kde provedl 11 přidání a 9 odebrání
  1. 11
    9
      datas/9901Jump.js

+ 11
- 9
datas/9901Jump.js Zobrazit soubor

@@ -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"

Načítá se…
Zrušit
Uložit