// 14 首次激活 15客车个人用户办理etc | // 14 首次激活 15客车个人用户办理etc | ||||
// 7申请换货 8申请退货 9申请补货 没激活之前 | // 7申请换货 8申请退货 9申请补货 没激活之前 | ||||
// 10 上传身份信息 11待支付 12待签约 13异地-邮寄地址填写 | // 10 上传身份信息 11待支付 12待签约 13异地-邮寄地址填写 | ||||
// 16签约 | |||||
if(type=="16"){ | |||||
// 16签约 17卡签信息读取(没登录去异地登录) | |||||
if(type=="17"){ | |||||
uni.navigateTo({ | |||||
url:`plugin://issuer-plugin/login?redirectUrl=/pages/index/index&type=1` | |||||
}) | |||||
}else if(type=="16"){ | |||||
uni.navigateTo({ | uni.navigateTo({ | ||||
url:`plugin://issuer-plugin/login?redirectUrl=/pages/index/index&wechatSignNo=${item}` | url:`plugin://issuer-plugin/login?redirectUrl=/pages/index/index&wechatSignNo=${item}` | ||||
}) | }) |
const { | const { | ||||
getOrderList | getOrderList | ||||
} = orderJump(); | } = orderJump(); | ||||
import { jump } from "@/datas/9901Jump.js"; | |||||
const s4 = new SM4Util() | const s4 = new SM4Util() | ||||
/* 刷新token */ | /* 刷新token */ | ||||
} | } | ||||
} | } | ||||
}); | }); | ||||
} else if (res.data.statusCode == 99999) { | |||||
}else if (res.data.statusCode == 99999 && res.data.errorMsg=='客户端登录凭证为空') { | |||||
console.log("11====") | |||||
jump("17","") | |||||
}else if (res.data.statusCode == 99999) { | |||||
if (!start) { | if (!start) { | ||||
updateGetToken().then((data) => { | updateGetToken().then((data) => { | ||||
console.log("token刷新", data); | console.log("token刷新", data); |