소스 검색

9901

9901
yangteng 1 년 전
부모
커밋
f95bf6722a
2개의 변경된 파일12개의 추가작업 그리고 3개의 파일을 삭제
  1. 7
    2
      datas/9901Jump.js
  2. 5
    1
      utils/network/request.js

+ 7
- 2
datas/9901Jump.js 파일 보기

// 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}`
}) })

+ 5
- 1
utils/network/request.js 파일 보기

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);

Loading…
취소
저장