浏览代码

9901

9901
yangteng 11 个月前
父节点
当前提交
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);

正在加载...
取消
保存