Compare commits

..

No commits in common. 'b58ff5c109bd50dd5bef21f796a4225c170ab8ae' and 'a167cb59467e9b0ab5b0f1c5ec13f8c8f5eba7ba' have entirely different histories.

@ -55,7 +55,7 @@ export default {
if (uni.getStorageSync("apply-token")) {
that.checkNum();
}
}, 30 * 1000);
}, 1 * 30 * 1000);
}
uni.$on("isGlogin", function (data) {

@ -116,7 +116,6 @@ let data = {
// console.log('测试报错123123123123123123',res);
// console.log('测试报错123123123123123123$url',$url);
let resData = res.data;
if (resData.status == 200) {// 正常
callback(resData.data, resData.msg);
} else if (resData.status == 9999) {// 登录过期或者身份变动等需要登录的场景
@ -138,7 +137,6 @@ let data = {
// } else {
uni.showToast({
title: resData.msg,
// title:'系统异常,请稍后',
icon: "none"
});
failback(resData.msg);
@ -169,8 +167,7 @@ let data = {
},
fail (error) {
uni.showToast({
// title: error.errMsg,
title:'系统异常,请稍后',
title: error.errMsg,
icon: "none"
})
failback(error);

Loading…
Cancel
Save